We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f81ab commit d0589efCopy full SHA for d0589ef
.github/workflows/bevy_mod_scripting.yml
@@ -82,7 +82,9 @@ jobs:
82
- name: Checkout
83
if: ${{ needs.check-needs-run.outputs.any-changes == 'true' }}
84
uses: actions/checkout@v4
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"
88
- uses: actions-rs/toolchain@v1
89
90
with:
@@ -162,4 +164,4 @@ jobs:
162
164
run: |
163
165
git add -A
166
git commit -m "chore(codegen): update bevy bindings"
- git push
167
+ git push
0 commit comments