]> git.lizzy.rs Git - rust.git/blobdiff - .github/workflows/ci.yaml
Add `UnescapedName` and make `Name` hold escaped name
[rust.git] / .github / workflows / ci.yaml
index 35407060952cc2239dee3e1c391b2df15d9e080e..0c81ff0789fbbd592c784a3bf299ffdf7ea23f67 100644 (file)
@@ -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