We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415105d commit 122022dCopy full SHA for 122022d
1 file changed
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Install Zig (Windows)
41
if: runner.os == 'Windows'
42
- run: choco install zig -y
+ run: choco install zig --version=0.15.2 -y
43
44
- name: Set up Ruby
45
if: ${{ matrix.platform != 'windows-latest' }}
0 commit comments