From 7191b6ff953d6e69f682bba6bcc6434356f13b1e Mon Sep 17 00:00:00 2001 From: Arvid Norlander Date: Thu, 14 Mar 2024 21:10:32 +0100 Subject: [PATCH] ci: Temporary CI workaround See 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 9bda97f..6afc6af 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