Skip to content

Commit

Permalink
add zigbuild in ci directly
Browse files Browse the repository at this point in the history
  • Loading branch information
lherman-cs committed Jan 21, 2025
1 parent e3baf97 commit e79437c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: make install
- run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- run: cargo install cargo-zigbuild
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit e79437c

Please sign in to comment.