We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b984f commit 03752abCopy full SHA for 03752ab
.github/workflows/ci.yml
@@ -49,10 +49,9 @@ jobs:
49
50
- name: Install latest nightly Rust toolchain
51
if: steps.mdbook-cache.outputs.cache-hit != 'true'
52
- uses: actions-rs/toolchain@v1
53
- with:
54
- toolchain: nightly
55
- override: true
+ run: |
+ rustup update nightly
+ rustup override set nightly
56
57
- name: Install Dependencies
58
0 commit comments