Skip to content

Commit 122022d

Browse files
committed
pin zig
1 parent 415105d commit 122022d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Install Zig (Windows)
4141
if: runner.os == 'Windows'
42-
run: choco install zig -y
42+
run: choco install zig --version=0.15.2 -y
4343

4444
- name: Set up Ruby
4545
if: ${{ matrix.platform != 'windows-latest' }}

0 commit comments

Comments
 (0)