diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-03-21 19:29:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-21 19:29:10 +0100 |
| commit | bcdf25ae58c4fe82cd444ea1ce3f1b8f2532c7ed (patch) | |
| tree | 4aa3020d1be6badfd5aa63ad40d0e702bfee58f8 /.github/workflows | |
| parent | 5c97c9ad38210b87581ac333ba060ab51d17c35e (diff) | |
| parent | 13fbd38bd3a91b5b7a332ae013a3d3e60793d7a9 (diff) | |
Merge pull request #1229 from floooh/zig-0.14.0-cleanup
zig 0.14.0 cleanup
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 2 |
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 |