diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-05-24 14:06:56 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-05-24 14:06:56 +0200 |
| commit | a495171c02b83645d5db3e26e1612795533ae737 (patch) | |
| tree | cccd5f5291f1d206d7c013a1bde2a09af99ae760 /.github/workflows | |
| parent | 410cfcab45a35da922f725455d99be769e67e267 (diff) | |
ci: temorarily switch zig to version 0.14.0 (mlugg/setup-zig has trouble fetching the latest nightly)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index 715e2867..792c8076 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -131,7 +131,7 @@ jobs: repository: floooh/sokol-zig - uses: mlugg/setup-zig@v1 with: - version: master + version: 0.14.0 - uses: actions/download-artifact@main with: name: ignore-me-zig @@ -295,8 +295,8 @@ jobs: with: repository: kassane/sokol-d - uses: mlugg/setup-zig@v1 - #with: - # version: master + with: + version: 0.14.0 - uses: dlang-community/setup-dlang@v1 with: compiler: ldc-master |