Skip to content

Commit

Permalink
Free up disk space for macOS Linux cross build :/.
Browse files Browse the repository at this point in the history
  • Loading branch information
saurik committed Feb 28, 2024
1 parent d8f5a10 commit 1d3637f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
runs-on: macos-latest

steps:
- run: sudo ls -la /opt
- run: sudo du -ks /opt/*
- run: sudo rm -rf /opt/*

- uses: actions/checkout@v4
- run: env/setup.sh
- uses: ./.github/actions/submodule
Expand Down

0 comments on commit 1d3637f

Please sign in to comment.