Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Nov 26, 2024
1 parent a2743d5 commit c2c6891
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/modgc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,8 @@ jobs:
sudo chmod -R +rwx /cores/
if: ${{ contains(matrix.os, 'macos') }}

- name: Delete unused SDKs
# To free up disk space to not run out during the run
run: |
sudo rm -rf ~/.dotnet
sudo rm -rf /Library/Android
sudo rm -rf /Library/Developer/CoreSimulator
continue-on-error: true
if: ${{ contains(matrix.os, 'macos') }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Install Bundler dependencies
run: bundle install
Expand Down

0 comments on commit c2c6891

Please sign in to comment.