Skip to content

Commit 8c00326

Browse files
committed
[ci] Revert fixed nightly-2021-03-23, use actual nightly
1 parent 45983d2 commit 8c00326

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
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

.github/workflows/nightly_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

0 commit comments

Comments
 (0)