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

Commit e3baf97

Browse files
committed
add zigbuild install
1 parent 3c3120b commit e3baf97

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
ref: ${{ github.event.inputs.tag || github.ref }}
4747
- name: Set up Go
4848
uses: actions/setup-go@v5
49+
- uses: actions-rust-lang/setup-rust-toolchain@v1
4950
# we'll need this for both 'zig build' and 'cargo zigbuild'
5051
- uses: mlugg/setup-zig@v1
5152
- uses: actions/setup-node@v4
@@ -55,6 +56,7 @@ jobs:
5556
- uses: denoland/setup-deno@v2
5657
with:
5758
deno-version: v2.x
59+
- run: make install
5860
-
5961
name: Run GoReleaser
6062
uses: goreleaser/goreleaser-action@v6
@@ -66,7 +68,6 @@ jobs:
6668
args: release --clean
6769
env:
6870
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69-
- run: make install
7071
- working-directory: ./js
7172
run: |
7273
make build

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ publish:
1414

1515
install:
1616
$(MAKE) -C $(JS) install
17+
cargo install cargo-zigbuild
1718

1819
bump:
1920
$(MAKE) -C $(JS) bump VERSION=$(VERSION)

0 commit comments

Comments
 (0)