File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 uses : actions/checkout@v2
1212
1313 - name : Set default toolchain
14- run : rustup default nightly-2021-03-23
14+ run : rustup default nightly
1515 - name : Set profile
1616 run : rustup set profile minimal
1717
Original file line number Diff line number Diff line change 6565 target
6666 key : ${{ runner.os }}-cargo-test-md-docs-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
6767 - name : Set default toolchain
68- run : rustup default nightly-2021-03-23
68+ run : rustup default nightly
6969 - name : Set profile
7070 run : rustup set profile minimal
7171 - name : Update toolchain
Original file line number Diff line number Diff line change 1818 target
1919 key : nightly-docs-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
2020 - name : Set default toolchain
21- run : rustup default nightly-2021-03-23
21+ run : rustup default nightly
2222 - name : Set profile
2323 run : rustup set profile minimal
2424 - name : Update toolchain
You can’t perform that action at this time.
0 commit comments