Skip to content

Commit 6607e2c

Browse files
committed
Swift Android build 6.2
1 parent 38d2a53 commit 6607e2c

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

.github/workflows/pull_request.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,13 @@ jobs:
5050
swift-version: ['release', 'devel', 'trunk']
5151
runs-on: ubuntu-24.04
5252
steps:
53-
# need to free up some space or we can run out when building
5453
- name: Free Disk Space
55-
uses: jlumbroso/free-disk-space@main
56-
with:
57-
# this might remove tools that are actually needed,
58-
# if set to "true" but frees about 6 GB
59-
tool-cache: false
60-
# all of these default to true, but feel free to set to
61-
# "false" if necessary for your workflow
62-
android: true
63-
dotnet: true
64-
haskell: true
65-
large-packages: true
66-
docker-images: true
67-
swap-storage: true
54+
run: |
55+
df -h
56+
sudo rm -rf /usr/share/miniconda /usr/share/az* /usr/share/glade* /usr/local/lib/node_modules /usr/local/share/chromium /usr/local/share/powershell /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/CodeQL
57+
sudo docker image prune --all --force
58+
sudo docker builder prune -a
59+
df -h
6860
- name: Checkout repository
6961
uses: actions/checkout@v4
7062
- name: Install Dependencies

0 commit comments

Comments
 (0)