Skip to content

Commit 2cd5c3f

Browse files
committed
specify zig version for ci
Signed-off-by: Aminu 'Seun Joshua <[email protected]>
1 parent 25f3056 commit 2cd5c3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ jobs:
191191
- name: Install Rust wasm target
192192
run: rustup target add wasm32-wasip1 wasm32-unknown-unknown
193193
- uses: goto-bus-stop/setup-zig@v2
194+
with:
195+
version: "0.14.1"
194196
- uses: actions/setup-go@v4
195197
with:
196198
go-version: "1.23"

0 commit comments

Comments
 (0)