X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yaml;h=0c81ff0789fbbd592c784a3bf299ffdf7ea23f67;hb=53ec791dc6b22e581f9e5aabeda5edfc806564cb;hp=35407060952cc2239dee3e1c391b2df15d9e080e;hpb=4ad91857785218a40dbaefc61d408c2bca8e256e;p=rust.git diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 35407060952..0c81ff0789f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: - name: Install Rust toolchain run: | - rustup update stable + rustup update --no-self-update stable rustup component add rustfmt rust-src - name: Cache Dependencies @@ -69,7 +69,7 @@ jobs: - name: Install Rust toolchain run: | - rustup update stable + rustup update --no-self-update stable rustup target add ${{ env.targets }} ${{ env.targets_ide }} - name: Cache Dependencies