Skip to content

Commit a02dbc6

Browse files
committed
fix(ci): update rust toolchain in linux musl containers
1 parent 3c0a809 commit a02dbc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
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 &&
6162
yarn build --target x86_64-unknown-linux-musl
6263
- host: macos-latest
6364
target: aarch64-apple-darwin
@@ -109,6 +110,7 @@ jobs:
109110
apk add --upgrade --no-cache curl nodejs npm --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main &&
110111
node -v &&
111112
npm install -g yarn --force &&
113+
rustup update stable &&
112114
rustup target add aarch64-unknown-linux-musl &&
113115
yarn build --target aarch64-unknown-linux-musl
114116
- host: windows-latest

0 commit comments

Comments
 (0)