ci: use stable rust toolchain for rustls and skip installing the docs

Closes #16447
This commit is contained in:
Laurențiu Nicola 2025-02-24 11:58:22 +02:00 committed by Daniel Stenberg
parent 8f79b3e696
commit dfdd380844
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -560,7 +560,7 @@ jobs:
cd $HOME
curl -sSf --compressed https://sh.rustup.rs/ | sh -s -- -y
source $HOME/.cargo/env
rustup toolchain install nightly
rustup toolchain install stable --profile minimal
- name: 'build rustls'
if: contains(matrix.build.install_steps, 'rustls') && steps.cache-rustls.outputs.cache-hit != 'true'