We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459ae71 commit a61e7c3Copy full SHA for a61e7c3
.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
17
runs-on: ${{ matrix.os }}
18
steps:
19
- name: Free disk space
20
+ if: ${{ matrix.os == 'ubuntu-latest'}}
21
run: |
22
df -h
23
sudo rm -rf /usr/local/lib/android
0 commit comments