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 063c804 commit 33ad952Copy full SHA for 33ad952
.github/workflows/generate_bindings.yml
@@ -39,7 +39,7 @@ jobs:
39
field: 'workspace.dependencies.bevy.version'
40
- name: Clone Bevy
41
run:
42
- mkdir -p ${{ env.CODEGEN_PATH }} || true
+ mkdir -p ${{ env.CODEGEN_PATH }}/bevy
43
git clone https://github.com/bevyengine/bevy --branch v${{ steps.read_toml.outputs.value }} --depth 1 ${{ env.CODEGEN_PATH }}/bevy
44
cd ${{ env.CODEGEN_PATH }}/bevy && git fetch --tags && git checkout v${{ steps.read_toml.outputs.value }}
45
- name: Generate bevy bindings
0 commit comments