File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 7979 name : linux-arm64-gnu
8080 docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
8181 build : |-
82+ echo "Before: corepack version => $(corepack --version || echo 'not installed')" &&
83+ npm install -g corepack@latest &&
84+ echo "After : corepack version => $(corepack --version)" &&
85+ corepack enable &&
86+ pnpm --version &&
8287 set -e &&
8388 cd crates/node_binding &&
8489 export JEMALLOC_SYS_WITH_LG_PAGE=16 && export CC_aarch64_unknown_linux_gnu=clang &&
@@ -107,14 +112,6 @@ jobs:
107112 - name : Clone Crates
108113 uses : ./.github/actions/clone-crates
109114
110- - name : Use Latest Corepack
111- run : |
112- echo "Before: corepack version => $(corepack --version || echo 'not installed')"
113- npm install -g corepack@latest
114- echo "After : corepack version => $(corepack --version)"
115- corepack enable
116- pnpm --version
117-
118115 - name : Install
119116 uses : dtolnay/rust-toolchain@stable
120117 if : ${{ !matrix.settings.docker }}
You can’t perform that action at this time.
0 commit comments