We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59ade6 commit 8430f33Copy full SHA for 8430f33
.github/workflows/CI.yml
@@ -134,7 +134,7 @@ jobs:
134
RUSTUP_IO_THREADS: 1
135
with:
136
operating_system: freebsd
137
- version: '14.2'
+ version: '14.3'
138
memory: 8G
139
cpu_count: 3
140
environment_variables: 'DEBUG RUSTUP_IO_THREADS'
@@ -143,9 +143,8 @@ jobs:
143
sudo pkg install -y -f curl node libnghttp2 npm cmake
144
sudo npm install -g corepack
145
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
+ sh rustup.sh -y --profile minimal --default-toolchain stable
+ sudo corepack enable
149
source "$HOME/.cargo/env"
150
echo "~~~~ rustc --version ~~~~"
151
rustc --version
0 commit comments