aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2024-05-15 19:14:15 +0200
committerAndre Weissflog <floooh@gmail.com>2024-05-15 19:14:15 +0200
commit7d348db1402f5ee3abc2be65db6b3cf9ef669e23 (patch)
treea9f26ac44217c4d8812040a2bf636b4214be96f5 /.github
parentefa1dc513c185055d7e5d7b3187cf2fdad2f3d56 (diff)
bindings CI: pin the zig version for the test-d step to 0.12.0 for now
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gen_bindings.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml
index af6aa51d..73586bd6 100644
--- a/.github/workflows/gen_bindings.yml
+++ b/.github/workflows/gen_bindings.yml
@@ -274,6 +274,8 @@ jobs:
with:
repository: kassane/sokol-d
- uses: goto-bus-stop/setup-zig@v2
+ with:
+ version: 0.12.0
- uses: dlang-community/setup-dlang@v1
with:
compiler: ldc-master