2
0
Эх сурвалжийг харах

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

Andre Weissflog 2 жил өмнө
parent
commit
5e1724fdda

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