Skip to content

Commit 99d7c3d

Browse files
committed
Avoid running out of disk space on GitHub Actions.
1 parent 71978db commit 99d7c3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,8 @@ jobs:
376376
runs-on: ubuntu-24.04
377377

378378
steps:
379+
- run: sudo rm -rf /opt
380+
379381
- uses: actions/checkout@v4
380382
- run: env/setup.sh
381383
- uses: ./.github/actions/submodule

0 commit comments

Comments
 (0)