From dfdd380844d073cb74bfada6c8c5446737f0bfc4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lauren=C8=9Biu=20Nicola?= Date: Mon, 24 Feb 2025 11:58:22 +0200 Subject: [PATCH] ci: use stable rust toolchain for rustls and skip installing the docs Closes #16447 --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 7c55da9c6e..5fbde6b4fd 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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' -- 2.47.3