From ebd9b4071d65c5ef8bdab9df73fa5b6510c6322b Mon Sep 17 00:00:00 2001 From: Nazar Hussain Date: Fri, 4 Oct 2024 14:56:12 +0200 Subject: [PATCH] Fix a typo --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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