aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2025-03-21 19:19:18 +0100
committerAndre Weissflog <floooh@gmail.com>2025-03-21 19:19:18 +0100
commit13fbd38bd3a91b5b7a332ae013a3d3e60793d7a9 (patch)
tree4aa3020d1be6badfd5aa63ad40d0e702bfee58f8
parentd6c1b9e12cc2c56e49f1425cdfdd4641d54f564c (diff)
gen_bindings.yml: run zig build examples
-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 5666bff4..25c4b909 100644
--- a/.github/workflows/gen_bindings.yml
+++ b/.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