diff options
| author | Andre Weissflog <floooh@gmail.com> | 2022-11-03 19:07:57 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2022-11-03 19:07:57 +0100 |
| commit | 7226eead6aa439c42810e8897eb1ed703a3cd5ea (patch) | |
| tree | d470d26918dfc3ef4399a55c1c6271fc8983f728 /.github | |
| parent | 1eb5468afb333e59e842481a714dfdfcb306c991 (diff) | |
update zig version in GH Actions to 0.10.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 e70b7324..48a1e7a7 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -90,7 +90,7 @@ jobs: repository: floooh/sokol-zig - uses: goto-bus-stop/setup-zig@v1 with: - version: 0.9.0 + version: 0.10.0 - uses: actions/download-artifact@v2 with: name: ignore-me-zig |