Skip to content

Commit 9c60e4e

Browse files
FreeBSD: rustup toolchain install
1 parent 9381de4 commit 9c60e4e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/prepare-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ jobs:
163163
sudo npm install -g [email protected] --unsafe-perm=true
164164
curl https://sh.rustup.rs -sSf --output rustup.sh
165165
sh rustup.sh -y --profile minimal
166+
rustup toolchain install
166167
source "$HOME/.cargo/env"
167168
pnpm install --ignore-scripts --filter=!./playgrounds/* || true
168169
echo "~~~~ rustc --version ~~~~"

.github/workflows/release-insiders.yml

+1
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ jobs:
162162
sudo npm install -g [email protected] --unsafe-perm=true
163163
curl https://sh.rustup.rs -sSf --output rustup.sh
164164
sh rustup.sh -y --profile minimal
165+
rustup toolchain install
165166
source "$HOME/.cargo/env"
166167
echo "~~~~ rustc --version ~~~~"
167168
rustc --version

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ jobs:
162162
sudo npm install -g [email protected] --unsafe-perm=true
163163
curl https://sh.rustup.rs -sSf --output rustup.sh
164164
sh rustup.sh -y --profile minimal
165+
rustup toolchain install
165166
source "$HOME/.cargo/env"
166167
echo "~~~~ rustc --version ~~~~"
167168
rustc --version

0 commit comments

Comments
 (0)