diff --git a/.github/workflows/modgc.yml b/.github/workflows/modgc.yml index 1237d8a..9712c15 100644 --- a/.github/workflows/modgc.yml +++ b/.github/workflows/modgc.yml @@ -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