File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162
162
sudo pkg install -y -f curl node libnghttp2 npm
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
- sh rustup.sh -y --profile minimal --default-toolchain beta
165
+ sh rustup.sh -y --profile minimal
166
166
source "$HOME/.cargo/env"
167
167
pnpm install --ignore-scripts --filter=!./playgrounds/* || true
168
168
echo "~~~~ rustc --version ~~~~"
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161
161
sudo pkg install -y -f curl node libnghttp2 npm
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
- sh rustup.sh -y --profile minimal --default-toolchain beta
164
+ sh rustup.sh -y --profile minimal
165
165
source "$HOME/.cargo/env"
166
166
echo "~~~~ rustc --version ~~~~"
167
167
rustc --version
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161
161
sudo pkg install -y -f curl node libnghttp2 npm
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
- sh rustup.sh -y --profile minimal --default-toolchain beta
164
+ sh rustup.sh -y --profile minimal
165
165
source "$HOME/.cargo/env"
166
166
echo "~~~~ rustc --version ~~~~"
167
167
rustc --version
You can’t perform that action at this time.
0 commit comments