Skip to content

Commit

Permalink
chore: add step to free up disk space in ios CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jude.kwashie committed Sep 16, 2024
1 parent c47b637 commit aa73061
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,23 @@ jobs:
with:
distribution: "temurin"
java-version: "11"
- name: 'Free up space'
run: |
sudo rm -rf \
/usr/local/share/.cache \
/Users/runner/Library/Caches \
/Users/runner/Library/Developer/Xcode/DerivedData \
/Users/runner/Library/Developer/CoreSimulator/Caches \
/opt/microsoft/msedge \
/opt/microsoft/powershell \
/opt/pipx \
/usr/lib/mono \
/usr/local/julia* \
/usr/local/lib/android \
/usr/local/share/chromium \
/usr/local/share/powershell \
/usr/share/dotnet
df -h /
- uses: hendrikmuhs/ccache-action@faf867a11c028c0b483fb2ae72b6fc8f7d842714
name: Xcode Compile Cache
with:
Expand Down

0 comments on commit aa73061

Please sign in to comment.