Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit e79437c

Browse files
committed
add zigbuild in ci directly
1 parent e3baf97 commit e79437c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
- uses: denoland/setup-deno@v2
5757
with:
5858
deno-version: v2.x
59-
- run: make install
59+
- run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
60+
- run: cargo install cargo-zigbuild
6061
-
6162
name: Run GoReleaser
6263
uses: goreleaser/goreleaser-action@v6

0 commit comments

Comments
 (0)