File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199199 with :
200200 submodules : true
201201 - name : Install Rust
202- run : rustup update stable && rustup default stable
202+ run : rustup update stable --no-self-update && rustup default stable
203203 - run : rustup target add ${{ matrix.target }}
204204 - run : cargo generate-lockfile
205205 - run : echo RUSTFLAGS=-Dwarnings >> $GITHUB_ENV
@@ -214,7 +214,7 @@ jobs:
214214 with :
215215 submodules : true
216216 - name : Install Rust
217- run : rustup update stable && rustup default stable && rustup component add rustfmt
217+ run : rustup update stable --no-self-update && rustup default stable && rustup component add rustfmt
218218 - run : cargo fmt --all -- --check
219219
220220 build :
@@ -233,7 +233,7 @@ jobs:
233233 with :
234234 submodules : true
235235 - name : Install Rust
236- run : rustup update nightly && rustup default nightly
236+ run : rustup update nightly --no-self-update && rustup default nightly
237237 - run : rustup target add ${{ matrix.target }}
238238 - run : echo RUSTFLAGS=-Dwarnings >> $GITHUB_ENV
239239 shell : bash
@@ -254,7 +254,7 @@ jobs:
254254 with :
255255 submodules : true
256256 - name : Install Rust
257- run : rustup update 1.65.0 && rustup default 1.65.0
257+ run : rustup update 1.65.0 --no-self-update && rustup default 1.65.0
258258 - run : cargo build
259259
260260 miri :
You can’t perform that action at this time.
0 commit comments