소스 검색

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
       - name: build
         run: |
         run: |
             cargo --version
             cargo --version
-            cargo build --all-targets
+            cargo build --examples --verbose
 
 
   # only deploy the bindings for commits on the main branch
   # only deploy the bindings for commits on the main branch
   deploy-zig:
   deploy-zig: