diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-08-15 17:45:06 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-08-15 17:45:06 +0200 |
| commit | f9296d7a6b0675f3da39e1a29cb2d00ac1d46eae (patch) | |
| tree | 543c5c310144c868ccf8fcb0643655dfdba8d4d9 /.github/workflows | |
| parent | dc5206fa671f2ef0afb5b01d9073eebeb41e7eb7 (diff) | |
gen_bindings.yml: switch zig tests to zig master
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index 5fc08df5..3006788b 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -130,6 +130,8 @@ jobs: with: repository: floooh/sokol-zig - uses: mlugg/setup-zig@v2 + with: + version: master - uses: actions/download-artifact@main with: name: ignore-me-zig |