Skip to content

Commit 7e67128

Browse files
committed
more fixes
1 parent 4c3ccc5 commit 7e67128

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ 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: apk add musl-dev musl-utils gcc && yarn build --target x86_64-unknown-linux-musl
41+
build: apk add musl-dev musl-utils gcc && CC=x86-64-alpine-linux-musl-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
45-
- host: ubuntu-latest
45+
- host: ubuntu-24.04-arm
4646
target: aarch64-unknown-linux-gnu
4747
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
4848
build: yarn build --target aarch64-unknown-linux-gnu
49-
- host: ubuntu-latest
49+
- host: ubuntu-24.04-arm
5050
target: aarch64-unknown-linux-musl
5151
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
5252
build: |-

0 commit comments

Comments
 (0)