diff options
| author | Andre Weissflog <floooh@gmail.com> | 2023-08-04 19:21:58 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2023-08-04 19:21:58 +0200 |
| commit | 47d92ff86298fc96b3b84d93d0ee8c8533d3a2d2 (patch) | |
| tree | 936291d59d1a9ddcf3eb4b63a83adfea72a93040 /.github | |
| parent | b9e7f1207d9bc43fc082d727df9eadbfb337cd7d (diff) | |
gh actions: set zig version to 0.11.0
Diffstat (limited to '.github')
| -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 9e372d4e..c1c45d6d 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@v2 with: - version: 0.11.0-dev.4004+a57608217 + version: 0.11.0 - uses: actions/download-artifact@v3 with: name: ignore-me-zig |