From c0fb740ae0aa42fb27f05b702a877e3b790442ac Mon Sep 17 00:00:00 2001 From: Arvid Norlander Date: Tue, 12 Mar 2024 22:54:59 +0100 Subject: [PATCH] ci: Workaround rust-lang/rustup#3709 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbc8490..1acc319 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install Rust - run: rustup install --profile minimal stable && rustup default stable + run: rustup install --no-self-update --profile minimal stable && rustup default stable - name: Cache builds uses: Swatinem/rust-cache@v2.7.3 - name: Compile