Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Oct 4, 2024
1 parent ce344d0 commit ebd9b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ebd9b40

Please sign in to comment.