diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-07-15 19:07:51 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-07-15 19:07:51 +0200 |
| commit | 36f791d4edc8f1d41ca6a3c47344b12491a4db5f (patch) | |
| tree | 810e0af9c3c24ca3e3293ac9786f49109d7f8422 /.github | |
| parent | 199dc85b619ad868d01a9ff108372a47de6f96a5 (diff) | |
ci: remove specific version from mlugg/setup-zig (uses build.zig.zon then)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index d1b93c49..5fc08df5 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -130,9 +130,6 @@ jobs: with: repository: floooh/sokol-zig - 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 |