Skip to content

Commit

Permalink
musl native
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Oct 11, 2024
1 parent 9f1027d commit 466c9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-typescript-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- target: x86_64-unknown-linux-musl
host: ubuntu-latest
before: |
curl -LO https://musl.cc/x86_64-linux-musl-cross.tgz
curl -LO https://musl.cc/x86_64-linux-musl-native.tgz
tar -xzf x86_64-linux-musl-native.tgz
echo "$PWD/x86_64-linux-musl-native/bin" >> $GITHUB_PATH
node_build: pnpm build:napi-release --target x86_64-unknown-linux-musl --use-napi-cross
Expand Down

0 comments on commit 466c9dc

Please sign in to comment.