Skip to content

Commit

Permalink
implement workaround to free 5GB of space
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Mar 30, 2024
1 parent 3df1c60 commit 37795a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -56,6 +56,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GHCR_AUTH_TOKEN }}

- name: Workaround to free up 5GB of space # see https://github.com/actions/runner-images/issues/709#issuecomment-612569242
run: sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY"

- name: Show disk usage before build
run: df -h

Expand Down

0 comments on commit 37795a3

Please sign in to comment.