mirror of
https://github.com/curl/curl.git
synced 2026-05-30 16:07:28 +03:00
ci: use stable rust toolchain for rustls and skip installing the docs
Closes #16447
This commit is contained in:
parent
8f79b3e696
commit
dfdd380844
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue