Skip to content

Commit eff790a

Browse files
committed
Free disk space on Ubuntu before running
1 parent 8f2705b commit eff790a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
linux-android:
1313
runs-on: ubuntu-latest
1414
steps:
15+
- name: "Free Disk Space"
16+
run: |
17+
sudo rm -rf /usr/share/dotnet /opt/ghc /opt/hostedtoolcache/CodeQL
18+
docker image prune --all --force
19+
docker builder prune -a
1520
- uses: actions/checkout@v4
1621
- name: "Test Swift Package Android"
1722
uses: skiptools/swift-android-action@v2

0 commit comments

Comments
 (0)