Skip to content

Commit d0f5ce6

Browse files
committed
call bindgen in bevy_api_gen workflow
1 parent ccb56d5 commit d0f5ce6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/bevy_api_gen.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,7 @@ jobs:
131131
with:
132132
command: doc
133133
args: --profile=ephemeral-build
134+
bindings:
135+
name: Generate Bindings - bevy_api_gen
136+
uses: ./.github/workflows/generate_bindings.yml
137+
secrets: inherit

0 commit comments

Comments
 (0)