File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3939
4040 - name : Install Rust toolchain
4141 run : |
42- rustup update stable
42+ rustup update --no-self-update stable
4343 rustup component add rustfmt rust-src
4444
4545 - name : Cache Dependencies
6969
7070 - name : Install Rust toolchain
7171 run : |
72- rustup update stable
72+ rustup update --no-self-update stable
7373 rustup target add ${{ env.targets }} ${{ env.targets_ide }}
7474
7575 - name : Cache Dependencies
Original file line number Diff line number Diff line change 2121
2222 - name : Install Rust toolchain
2323 run : |
24- rustup update stable
24+ rustup update --no-self-update stable
2525 rustup component add rustfmt rust-src
2626
2727 - name : Collect metrics
Original file line number Diff line number Diff line change 2020 fetch-depth : 0
2121
2222 - name : Install Rust toolchain
23- run : rustup update stable
23+ run : rustup update --no-self-update stable
2424
2525 - name : Install cargo-workspaces
2626 run : cargo install cargo-workspaces
Original file line number Diff line number Diff line change 5757
5858 - name : Install Rust toolchain
5959 run : |
60- rustup update stable
60+ rustup update --no-self-update stable
6161 rustup target add ${{ matrix.target }}
6262 rustup component add rust-src
6363
Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v3
2121
2222 - name : Install Rust toolchain
23- run : rustup update stable
23+ run : rustup update --no-self-update stable
2424
2525 - name : Build Documentation
2626 run : cargo doc --all --no-deps
You can’t perform that action at this time.
0 commit comments