Skip to content

Commit 9381de4

Browse files
Don't use beta version for FreeBSD
1 parent 1c2ad57 commit 9381de4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/prepare-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
sudo pkg install -y -f curl node libnghttp2 npm
163163
sudo npm install -g pnpm@9.6.0 --unsafe-perm=true
164164
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
166166
source "$HOME/.cargo/env"
167167
pnpm install --ignore-scripts --filter=!./playgrounds/* || true
168168
echo "~~~~ rustc --version ~~~~"

.github/workflows/release-insiders.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
sudo pkg install -y -f curl node libnghttp2 npm
162162
sudo npm install -g pnpm@9.6.0 --unsafe-perm=true
163163
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
165165
source "$HOME/.cargo/env"
166166
echo "~~~~ rustc --version ~~~~"
167167
rustc --version

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
sudo pkg install -y -f curl node libnghttp2 npm
162162
sudo npm install -g pnpm@9.6.0 --unsafe-perm=true
163163
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
165165
source "$HOME/.cargo/env"
166166
echo "~~~~ rustc --version ~~~~"
167167
rustc --version

0 commit comments

Comments
 (0)