Skip to content

Commit

Permalink
Try to cleanup extra space to stop images failing
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Jan 17, 2025
1 parent cd489a3 commit 4cc0c43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
username: ${{ secrets.HARBOR_USER }}
password: ${{ secrets.HARBOR_PASSWORD }}

- 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: Generate tags
id: tags
env:
Expand Down

0 comments on commit 4cc0c43

Please sign in to comment.