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 c2af123
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/modgc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:

steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
sparse-checkout-cone-mode: false
sparse-checkout: /.github

- name: Install libraries (macOS)
uses: ./.github/actions/setup/macos
Expand All @@ -58,14 +55,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 c2af123

Please sign in to comment.