File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -40,18 +40,19 @@ jobs:
4040 - host : ubuntu-latest
4141 target : x86_64-unknown-linux-gnu
4242 docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
43- build : npm install && npm run build -- --target x86_64-unknown-linux-gnu
43+ build : rustup update stable && npm install && npm run build -- --target x86_64-unknown-linux-gnu
4444 - host : ubuntu-latest
4545 target : x86_64-unknown-linux-musl
4646 docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
47- build : npm install && npm run build -- --target x86_64-unknown-linux-musl
47+ build : rustup update stable && npm install && npm run build -- --target x86_64-unknown-linux-musl
4848 - host : macos-latest
4949 target : aarch64-apple-darwin
5050 build : npm run build -- --target aarch64-apple-darwin
5151 - host : ubuntu-latest
5252 target : aarch64-unknown-linux-gnu
5353 docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
5454 build : |
55+ rustup update stable &&
5556 npm install &&
5657 rustup target add aarch64-unknown-linux-gnu &&
5758 npm run build -- --target aarch64-unknown-linux-gnu
8384 docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
8485 build : |-
8586 set -e &&
87+ rustup update stable &&
8688 npm install &&
8789 rustup target add aarch64-unknown-linux-musl &&
8890 npm run build -- --target aarch64-unknown-linux-musl
You can’t perform that action at this time.
0 commit comments