We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad04b2 commit 9fb35e8Copy full SHA for 9fb35e8
1 file changed
.github/workflows/CI.yml
@@ -38,7 +38,7 @@ jobs:
38
- host: ubuntu-latest
39
target: x86_64-unknown-linux-musl
40
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
41
- build: yarn build --target x86_64-unknown-linux-musl
+ build: apk add musl-dev musl-utils gcc && yarn build --target x86_64-unknown-linux-musl
42
- host: macos-latest
43
target: aarch64-apple-darwin
44
build: yarn build --target aarch64-apple-darwin
0 commit comments