Skip to content

Commit 76d0169

Browse files
authored
Free github runner disk space to fix CI (#556)
Removes dotnet and Android libraries.
1 parent 31b980c commit 76d0169

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- uses: actions/checkout@v4
3737
- if: startsWith(matrix.os, 'ubuntu')
3838
run: tests/scripts/ubuntu_install_libtinfo.sh
39+
- run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android
3940
- name: Test
4041
env:
4142
USE_BAZEL_VERSION: ${{ matrix.bazel_version }}
@@ -87,6 +88,7 @@ jobs:
8788
runs-on: ubuntu-latest
8889
steps:
8990
- uses: actions/checkout@v4
91+
- run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android
9092
- name: Test
9193
env:
9294
USE_BZLMOD: ${{ matrix.bzlmod }}

0 commit comments

Comments
 (0)