We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bab4d commit 0b2b77dCopy full SHA for 0b2b77d
.github/workflows/CI.yml
@@ -51,6 +51,7 @@ jobs:
51
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
52
build: |-
53
set -e &&
54
+ ls -l /bin &&
55
rustup target add aarch64-unknown-linux-musl &&
56
CC=aarch64-alpine-linux-musl-gcc yarn build --target aarch64-unknown-linux-musl
57
name: stable - ${{ matrix.settings.target }} - node@20
0 commit comments