File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199
199
with :
200
200
submodules : true
201
201
- name : Install Rust
202
- run : rustup update stable && rustup default stable
202
+ run : rustup update stable --no-self-update && rustup default stable
203
203
- run : rustup target add ${{ matrix.target }}
204
204
- run : cargo generate-lockfile
205
205
- run : echo RUSTFLAGS=-Dwarnings >> $GITHUB_ENV
@@ -214,7 +214,7 @@ jobs:
214
214
with :
215
215
submodules : true
216
216
- 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
218
218
- run : cargo fmt --all -- --check
219
219
220
220
build :
@@ -233,7 +233,7 @@ jobs:
233
233
with :
234
234
submodules : true
235
235
- name : Install Rust
236
- run : rustup update nightly && rustup default nightly
236
+ run : rustup update nightly --no-self-update && rustup default nightly
237
237
- run : rustup target add ${{ matrix.target }}
238
238
- run : echo RUSTFLAGS=-Dwarnings >> $GITHUB_ENV
239
239
shell : bash
@@ -254,7 +254,7 @@ jobs:
254
254
with :
255
255
submodules : true
256
256
- 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
258
258
- run : cargo build
259
259
260
260
miri :
You can’t perform that action at this time.
0 commit comments