Browse Source

gen_bindings.yml: run zig build examples

Andre Weissflog 5 months ago
parent
commit
13fbd38bd3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/gen_bindings.yml

+ 1 - 1
.github/workflows/gen_bindings.yml

@@ -142,7 +142,7 @@ jobs:
             sudo apt-get update
             sudo apt-get install libgl1-mesa-dev libegl1-mesa-dev mesa-common-dev xorg-dev libasound-dev
       - name: build
-        run: zig build
+        run: zig build examples
 
   test-nim:
     needs: gen-bindings