Skip to content

Commit 7f2a6bf

Browse files
authored
Merge pull request #3195 from itowlson/zig-ci-fix
Pin Zig CI to the version against which the template was written
2 parents 11023c0 + cb889d4 commit 7f2a6bf

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)