Skip to content

Commit

Permalink
wf change
Browse files Browse the repository at this point in the history
  • Loading branch information
af-do committed Oct 17, 2023
1 parent ad13637 commit 341d453
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- uses: actions/checkout@v2
with:
lfs: true
- name: free up space
run: |
rm -rf /usr/share/dotnet/
rm -rf "/usr/local/share/boost"
rm -rf "$AGENT_TOOLSDIRECTORY"
rm -rf /opt/ghc
- uses: game-ci/unity-builder@v2
env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
Expand Down Expand Up @@ -65,6 +71,7 @@ jobs:
# https://github.com/actions/virtual-environments/issues/709#issuecomment-612569242
rm -rf "/usr/local/share/boost"
rm -rf "$AGENT_TOOLSDIRECTORY"
rm -rf /opt/ghc
# After
echo "Disk space after:"
Expand Down

0 comments on commit 341d453

Please sign in to comment.