Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/workflows/ci.yaml')
| -rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3540706095..0c81ff0789 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 |