[ci] Pin nightly docs workflow rust version to nightly-2022-01-25

This commit is contained in:
Steve Myers 2022-02-04 08:55:00 -06:00
parent fcf422752b
commit a83aa0461c
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -18,7 +18,7 @@ jobs:
target target
key: nightly-docs-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }} key: nightly-docs-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
- name: Set default toolchain - name: Set default toolchain
run: rustup default nightly run: rustup default nightly-2022-01-25
- name: Set profile - name: Set profile
run: rustup set profile minimal run: rustup set profile minimal
- name: Update toolchain - name: Update toolchain