Skip to content

Commit 415105d

Browse files
committed
Pin zig
1 parent 719a641 commit 415105d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
svn --version # Verify installation
3333
3434
- name: Install Zig (Windows)
35-
run: choco install zig -y
35+
run: choco install zig --version=0.15.2 -y
3636

3737
- name: Install dfetch
3838
run: pip install .
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Install Zig (Windows)
105105
if: runner.os == 'Windows'
106-
run: choco install zig -y
106+
run: choco install zig --version=0.15.2 -y
107107

108108
- name: Install dfetch
109109
run: pip install .

0 commit comments

Comments
 (0)