Skip to content

Commit 01e787f

Browse files
committed
Free up more disk space on Linux runners
1 parent 62817d8 commit 01e787f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
needs: lint
4141
runs-on: ${{ matrix.os }}
4242
strategy:
43-
fail-fast: false # FIXME remove once working
4443
matrix:
4544
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-13, macos-15]
4645
python_version: ['3.13']
@@ -64,7 +63,7 @@ jobs:
6463
if: runner.os == 'Linux'
6564
run: |
6665
docker system prune -a -f
67-
sudo rm -rf $ANDROID_HOME/ndk/26.* /opt/hostedtoolcache/CodeQL \
66+
sudo rm -rf $ANDROID_HOME/ndk/{26,28}.* /opt/hostedtoolcache/CodeQL \
6867
/usr/local/lib/node_modules /usr/local/share/chromium \
6968
/usr/local/share/powershell
7069
df -h

0 commit comments

Comments
 (0)