Skip to content

Commit c0973e0

Browse files
committed
attempt to fix x86-64 musl
1 parent b145b46 commit c0973e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- host: ubuntu-latest
3939
target: x86_64-unknown-linux-musl
4040
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
41-
build: yarn build --target x86_64-unknown-linux-musl
41+
build: apk add musl-dev musl-utils gcc && yarn build --target x86_64-unknown-linux-musl
4242
- host: macos-latest
4343
target: aarch64-apple-darwin
4444
build: yarn build --target aarch64-apple-darwin

0 commit comments

Comments
 (0)