We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0a809 commit a02dbc6Copy full SHA for a02dbc6
.github/workflows/CI.yml
@@ -58,6 +58,7 @@ jobs:
58
apk add --upgrade --no-cache curl nodejs npm --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main &&
59
node -v &&
60
npm install -g yarn --force &&
61
+ rustup update stable &&
62
yarn build --target x86_64-unknown-linux-musl
63
- host: macos-latest
64
target: aarch64-apple-darwin
@@ -109,6 +110,7 @@ jobs:
109
110
111
112
113
114
rustup target add aarch64-unknown-linux-musl &&
115
yarn build --target aarch64-unknown-linux-musl
116
- host: windows-latest
0 commit comments