Skip to content

Commit

Permalink
Also rm -rf /opt for GitHub Actions server builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
saurik committed Nov 9, 2024
1 parent 67b7e43 commit 2d57fb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ jobs:
machine: [x86_64, arm64]

steps:
- run: sudo rm -rf /opt

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

0 comments on commit 2d57fb5

Please sign in to comment.