aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2024-02-29 18:44:28 +0100
committerAndre Weissflog <floooh@gmail.com>2024-02-29 18:44:28 +0100
commit1d5ff8593ca2d36cc9c9915b959ba3cd4868b8e7 (patch)
tree9b6bd39fa449eb8af53bae4f83cadeffea3634bf /.github
parentce9cf6c18c511f683437edc176dcce9b8f6b75ac (diff)
gen_bindings.yml: make sokol-rust checkout recursive in gen-bindings job
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gen_bindings.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml
index 712303fd..91ad2a92 100644
--- a/.github/workflows/gen_bindings.yml
+++ b/.github/workflows/gen_bindings.yml
@@ -57,6 +57,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: floooh/sokol-rust
+ submodules: recursive
path: bindgen/sokol-rust
- name: generate
run: |