Skip to content

Commit 8430f33

Browse files
authored
ci: fix FreeBSD corepack
1 parent e59ade6 commit 8430f33

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
RUSTUP_IO_THREADS: 1
135135
with:
136136
operating_system: freebsd
137-
version: '14.2'
137+
version: '14.3'
138138
memory: 8G
139139
cpu_count: 3
140140
environment_variables: 'DEBUG RUSTUP_IO_THREADS'
@@ -143,9 +143,8 @@ jobs:
143143
sudo pkg install -y -f curl node libnghttp2 npm cmake
144144
sudo npm install -g corepack
145145
curl https://sh.rustup.rs -sSf --output rustup.sh
146-
sh rustup.sh -y --profile minimal --default-toolchain beta
147-
corepack prepare
148-
corepack enable
146+
sh rustup.sh -y --profile minimal --default-toolchain stable
147+
sudo corepack enable
149148
source "$HOME/.cargo/env"
150149
echo "~~~~ rustc --version ~~~~"
151150
rustc --version

0 commit comments

Comments
 (0)