File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ jobs:
163
163
sudo npm install -g pnpm@9.6.0 --unsafe-perm=true
164
164
curl https://sh.rustup.rs -sSf --output rustup.sh
165
165
sh rustup.sh -y --profile minimal
166
+ rustup toolchain install
166
167
source "$HOME/.cargo/env"
167
168
pnpm install --ignore-scripts --filter=!./playgrounds/* || true
168
169
echo "~~~~ rustc --version ~~~~"
Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ jobs:
162
162
sudo npm install -g pnpm@9.6.0 --unsafe-perm=true
163
163
curl https://sh.rustup.rs -sSf --output rustup.sh
164
164
sh rustup.sh -y --profile minimal
165
+ rustup toolchain install
165
166
source "$HOME/.cargo/env"
166
167
echo "~~~~ rustc --version ~~~~"
167
168
rustc --version
Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ jobs:
162
162
sudo npm install -g pnpm@9.6.0 --unsafe-perm=true
163
163
curl https://sh.rustup.rs -sSf --output rustup.sh
164
164
sh rustup.sh -y --profile minimal
165
+ rustup toolchain install
165
166
source "$HOME/.cargo/env"
166
167
echo "~~~~ rustc --version ~~~~"
167
168
rustc --version
You can’t perform that action at this time.
0 commit comments