diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-06-29 17:03:56 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-06-29 17:03:56 +0200 |
| commit | da4efba3e39ea65e51954109faac3daa757f0839 (patch) | |
| tree | 4122b658814a0ce2208a22eea6d1d5527af14719 /.github/workflows | |
| parent | 064b75603de791f33a5c034022acb8f2474681e7 (diff) | |
switch zig test ci back to mlugg/setup-zig
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index 4fc2274f..0c22af9a 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -129,7 +129,10 @@ jobs: - uses: actions/checkout@main with: repository: floooh/sokol-zig - - uses: goto-bus-stop/setup-zig@v2 + - uses: mlugg/setup-zig@v2 + with: + # NOTE: version can also come from build.zig.zon + version: master - uses: actions/download-artifact@main with: name: ignore-me-zig |