File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 5858 apk add --upgrade --no-cache curl nodejs npm --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main &&
5959 node -v &&
6060 npm install -g yarn --force &&
61- rustup update stable &&
61+ yarn config set nodeLinker node-modules &&
6262 yarn build --target x86_64-unknown-linux-musl
6363 - host : macos-latest
6464 target : aarch64-apple-darwin
@@ -111,6 +111,7 @@ jobs:
111111 apk add --upgrade --no-cache curl nodejs npm --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main &&
112112 node -v &&
113113 npm install -g yarn --force &&
114+ yarn config set nodeLinker node-modules &&
114115 rustup update stable &&
115116 rustup target add aarch64-unknown-linux-musl &&
116117 yarn build --target aarch64-unknown-linux-musl
You can’t perform that action at this time.
0 commit comments