diff options
| author | Andre Weissflog <floooh@gmail.com> | 2023-07-17 19:38:31 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2023-07-17 19:38:31 +0200 |
| commit | 4f0eb1bb7e2da20a570ae06942409b5cbca96071 (patch) | |
| tree | 4f3f19dac07368e4503f54abeaebd764e46b489d /.github/workflows | |
| parent | feb51cd7a04259daf100f21e9a9b24e27c5e4a39 (diff) | |
gh actions: set zig version to 0.11.0-dev.4004+a57608217
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 fdd097f3..1c992512 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -101,7 +101,7 @@ jobs: repository: floooh/sokol-zig - uses: goto-bus-stop/setup-zig@v1 with: - version: 0.10.0 + version: 0.11.0-dev.4004+a57608217 - uses: actions/download-artifact@v3 with: name: ignore-me-zig |