diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-05-24 16:13:37 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-05-24 16:13:37 +0200 |
| commit | 0d63b4182561171f75a4950f6a68f95362cc5387 (patch) | |
| tree | 665c41c11eb7f056ef8a6ad80e39835c9b88a33f /.github/workflows | |
| parent | 0a082b9418840ad4638ee8acdc88afc1421b1665 (diff) | |
ci: switch zig setup from mlugg/setup-zig back to goto-bus-stop/setup-zig (it's just fails much less often to install)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index 792c8076..7fe70825 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -129,9 +129,7 @@ jobs: - uses: actions/checkout@main with: repository: floooh/sokol-zig - - uses: mlugg/setup-zig@v1 - with: - version: 0.14.0 + - uses: goto-bus-stop/setup-zig@v2 - uses: actions/download-artifact@main with: name: ignore-me-zig @@ -294,9 +292,7 @@ jobs: - uses: actions/checkout@main with: repository: kassane/sokol-d - - uses: mlugg/setup-zig@v1 - with: - version: 0.14.0 + - uses: goto-bus-stop/setup-zig@v2 - uses: dlang-community/setup-dlang@v1 with: compiler: ldc-master |