aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2025-05-24 14:06:56 +0200
committerAndre Weissflog <floooh@gmail.com>2025-05-24 14:06:56 +0200
commita495171c02b83645d5db3e26e1612795533ae737 (patch)
treecccd5f5291f1d206d7c013a1bde2a09af99ae760 /.github/workflows
parent410cfcab45a35da922f725455d99be769e67e267 (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.yml6
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