Skip to content

Commit a83aa04

Browse files
committed
[ci] Pin nightly docs workflow rust version to nightly-2022-01-25
1 parent fcf4227 commit a83aa04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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
21+
run: rustup default nightly-2022-01-25
2222
- name: Set profile
2323
run: rustup set profile minimal
2424
- name: Update toolchain

0 commit comments

Comments
 (0)