Skip to content

Commit

Permalink
test: clean up disk space on macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Sep 11, 2024
1 parent 15a4d36 commit 0107af0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ jobs:
- name: 'Install Tools'
run: |
sudo npm i -g firebase-tools
- name: 'Free up space'
run: |
sudo rm -rf /usr/local/share/.cache
sudo rm -rf /Users/runner/Library/Caches
sudo rm -rf /Users/runner/Library/Developer/Xcode/DerivedData
sudo rm -rf /Users/runner/Library/Developer/CoreSimulator/Caches
- name: 'Build Application'
working-directory: ${{ matrix.working_directory }}
run: |
Expand Down

0 comments on commit 0107af0

Please sign in to comment.