Skip to content

Commit

Permalink
FreeBSD: rustup toolchain install
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Mar 5, 2025
1 parent 9381de4 commit 9c60e4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ jobs:
sudo npm install -g [email protected] --unsafe-perm=true
curl https://sh.rustup.rs -sSf --output rustup.sh
sh rustup.sh -y --profile minimal
rustup toolchain install
source "$HOME/.cargo/env"
pnpm install --ignore-scripts --filter=!./playgrounds/* || true
echo "~~~~ rustc --version ~~~~"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ jobs:
sudo npm install -g [email protected] --unsafe-perm=true
curl https://sh.rustup.rs -sSf --output rustup.sh
sh rustup.sh -y --profile minimal
rustup toolchain install
source "$HOME/.cargo/env"
echo "~~~~ rustc --version ~~~~"
rustc --version
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ jobs:
sudo npm install -g [email protected] --unsafe-perm=true
curl https://sh.rustup.rs -sSf --output rustup.sh
sh rustup.sh -y --profile minimal
rustup toolchain install
source "$HOME/.cargo/env"
echo "~~~~ rustc --version ~~~~"
rustc --version
Expand Down

0 comments on commit 9c60e4e

Please sign in to comment.