diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2e788e1..baba350 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,7 +30,6 @@ jobs: docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine build: |- set -e && - rustup target add x86_64-unknown-linux-musl && apk update && apk add clang-dev && yarn build --target x86_64-unknown-linux-musl @@ -47,6 +46,7 @@ jobs: build: |- set -e && rustup target add aarch64-unknown-linux-musl && + apk add clang-dev && yarn build --target aarch64-unknown-linux-musl - host: windows-latest target: aarch64-pc-windows-msvc