Skip to content

Commit

Permalink
fix: Macos equivalent for clearing runner cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrauber committed Sep 9, 2024
1 parent 0a36e01 commit 634ed81
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/ios-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ jobs:
working-directory: ./example

steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true
- name: Free Disk Space (macOS)
run: |
sudo rm -rf /Library/Developer/CoreSimulator/Profiles/Runtimes/
sudo rm -rf /Users/runner/Library/Developer/Xcode/DerivedData/*
sudo rm -rf /Users/runner/Library/Caches/
df -h
- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 634ed81

Please sign in to comment.