]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ci: use stable rust toolchain for rustls and skip installing the docs
authorLaurențiu Nicola <lnicola@dend.ro>
Mon, 24 Feb 2025 09:58:22 +0000 (11:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 Feb 2025 12:08:27 +0000 (13:08 +0100)
Closes #16447

.github/workflows/linux.yml

index 7c55da9c6e0ddfa1dd98351e5183092837192500..5fbde6b4fd683fe0a8130e480c23b7c0a8362b6b 100644 (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'