[ci] Update 'test-readme-examples' job to use nightly-2021-03-23

This commit is contained in:
Steve Myers 2021-04-14 20:34:32 -07:00
parent 7ca0e0e2bd
commit 89cb4de7f6
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -65,7 +65,7 @@ jobs:
target target
key: ${{ runner.os }}-cargo-test-md-docs-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }} key: ${{ runner.os }}-cargo-test-md-docs-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
- name: Set default toolchain - name: Set default toolchain
run: rustup default nightly run: rustup default nightly-2021-03-23
- name: Set profile - name: Set profile
run: rustup set profile minimal run: rustup set profile minimal
- name: Update toolchain - name: Update toolchain