Skip to content

Commit ccfe9cb

Browse files
committed
Free disk space on CI runner before Docker build
1 parent 5def93f commit ccfe9cb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ jobs:
1313
build:
1414
runs-on: ubuntu-24.04
1515
steps:
16+
- name: Free disk space
17+
run: |
18+
sudo rm -rf /usr/share/dotnet
19+
sudo rm -rf /usr/local/lib/android
20+
sudo rm -rf /opt/ghcrunner
21+
sudo rm -rf /opt/hostedtoolcache
22+
docker system prune -af
23+
1624
- uses: actions/checkout@v4
1725

1826
- uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)