Skip to content

Commit a61e7c3

Browse files
committed
Fix CI
1 parent 459ae71 commit a61e7c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- name: Free disk space
20+
if: ${{ matrix.os == 'ubuntu-latest'}}
2021
run: |
2122
df -h
2223
sudo rm -rf /usr/local/lib/android

0 commit comments

Comments
 (0)