aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2025-05-07 14:56:35 +0200
committerAndre Weissflog <floooh@gmail.com>2025-05-07 14:56:35 +0200
commit0be587fa2f57e50f20e21046efdf6af3175443f6 (patch)
tree2e1143169e5413f7866de7d6b1455dedc53b21a6 /.github
parentd3d18425e535b36485694b9941c9b4d6df7c687d (diff)
ci: pin test-d job to zig 0.14.0 for now
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gen_bindings.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml
index 25c4b909..715e2867 100644
--- a/.github/workflows/gen_bindings.yml
+++ b/.github/workflows/gen_bindings.yml
@@ -295,8 +295,8 @@ jobs:
with:
repository: kassane/sokol-d
- uses: mlugg/setup-zig@v1
- with:
- version: master
+ #with:
+ # version: master
- uses: dlang-community/setup-dlang@v1
with:
compiler: ldc-master