diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-05-07 14:56:35 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-05-07 14:56:35 +0200 |
| commit | 0be587fa2f57e50f20e21046efdf6af3175443f6 (patch) | |
| tree | 2e1143169e5413f7866de7d6b1455dedc53b21a6 /.github | |
| parent | d3d18425e535b36485694b9941c9b4d6df7c687d (diff) | |
ci: pin test-d job to zig 0.14.0 for now
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 4 |
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 |