diff options
| author | Andre Weissflog <floooh@gmail.com> | 2023-05-19 18:52:54 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2023-05-19 18:52:54 +0200 |
| commit | 5e1724fdda9ad200e64cecbfeb19ec4a78f27b78 (patch) | |
| tree | 0b3c08335084ac386353cc791a0397553a8f403d /.github | |
| parent | 51d0edc8c2c198472c060e671c5a8bdd3583ced9 (diff) | |
ci: fix sokol-rust compilation (--examples --verbose)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index 6a912f4e..b547ac36 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -272,7 +272,7 @@ jobs: - name: build run: | cargo --version - cargo build --all-targets + cargo build --examples --verbose # only deploy the bindings for commits on the main branch deploy-zig: |