Skip to content

Commit 17eb6d5

Browse files
fix(ci): add rust npm package in turborepo library release
1 parent 283ec7a commit 17eb6d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/turborepo-library-release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
apk add libc6-compat curl
4949
setup: |
5050
pnpm install
51+
pnpm add -w -O [email protected]
5152
5253
- host: ubuntu-latest
5354
target: "aarch64-unknown-linux-musl"
@@ -64,6 +65,7 @@ jobs:
6465
rustup target add aarch64-unknown-linux-musl
6566
rustup toolchain install $(cat ./rust-toolchain)
6667
pnpm install
68+
pnpm add -w -O [email protected]
6769
rust_env: CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc RUSTFLAGS="-Ctarget-feature=-crt-static"
6870

6971
- host: windows-latest

0 commit comments

Comments
 (0)