Skip to content

Commit d0589ef

Browse files
authored
chore: cleanup space on runner in CI
1 parent f3f81ab commit d0589ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ jobs:
8282
- name: Checkout
8383
if: ${{ needs.check-needs-run.outputs.any-changes == 'true' }}
8484
uses: actions/checkout@v4
85-
85+
- if: runner.os == 'linux'
86+
run: |
87+
sudo rm -rf /usr/share/dotnet; sudo rm -rf /opt/ghc; sudo rm -rf "/usr/local/share/boost"; sudo rm -rf "$AGENT_TOOLSDIRECTORY"
8688
- uses: actions-rs/toolchain@v1
8789
if: ${{ needs.check-needs-run.outputs.any-changes == 'true' }}
8890
with:
@@ -162,4 +164,4 @@ jobs:
162164
run: |
163165
git add -A
164166
git commit -m "chore(codegen): update bevy bindings"
165-
git push
167+
git push

0 commit comments

Comments
 (0)