Skip to content

Commit cb889d4

Browse files
committed
Pin Zig CI to the version against which the template was written
Signed-off-by: itowlson <ivan.towlson@fermyon.com>
1 parent 9bcec7b commit cb889d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,9 @@ jobs:
197197
# Install all the toolchain dependencies
198198
- name: Install Rust wasm target
199199
run: rustup target add wasm32-wasip1 wasm32-unknown-unknown
200-
- uses: goto-bus-stop/setup-zig@v2
200+
- uses: mlugg/setup-zig@v2
201+
with:
202+
version: '0.14.1'
201203
- uses: actions/setup-go@v4
202204
with:
203205
go-version: '1.23'

0 commit comments

Comments
 (0)