aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2023-05-19 18:52:54 +0200
committerAndre Weissflog <floooh@gmail.com>2023-05-19 18:52:54 +0200
commit5e1724fdda9ad200e64cecbfeb19ec4a78f27b78 (patch)
tree0b3c08335084ac386353cc791a0397553a8f403d /.github
parent51d0edc8c2c198472c060e671c5a8bdd3583ced9 (diff)
ci: fix sokol-rust compilation (--examples --verbose)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gen_bindings.yml2
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: