Преглед изворни кода

ci: fix sokol-rust compilation (--examples --verbose)

Andre Weissflog пре 2 година
родитељ
комит
5e1724fdda
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/gen_bindings.yml

+ 1 - 1
.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: