Skip to content

Commit

Permalink
Clean more space
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Feb 9, 2024
1 parent 23af5e4 commit 9cb0dcb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ jobs:

steps:
# Versions
- run: docker --version"

- run: df -h
- run: docker system prune --all --force
- run: docker --version
- run: docker system prune --all --volumes --force
- run: sudo rm -rf /usr/local/lib/android
- run: df -h

- uses: actions/checkout@v4

- uses: camptocamp/initialise-gopass-summon-action@v2
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
- '3.28-gdal3.8'

steps:
- run: df -h
- run: docker system prune --all --force
- run: docker system prune --all --volumes --force
- run: sudo rm -rf /usr/local/lib/android
- run: df -h

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 9cb0dcb

Please sign in to comment.