Browse Source

bindings CI: pin the zig version for the test-d step to 0.12.0 for now

Andre Weissflog 1 year ago
parent
commit
7d348db140
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/gen_bindings.yml

+ 2 - 0
.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