We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b213e9 commit 4bbc95bCopy full SHA for 4bbc95b
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
rustup default nightly
47
rustup component add rustfmt
48
- cargo install mdbook
+ test -x $HOME/.cargo/bin/mdbook || ./ci/install-mdbook.sh
49
rustc --version
50
- name: mdbook
51
.github/workflows/clippy.yml
@@ -11,7 +11,7 @@ jobs:
11
component: clippy
12
- uses: actions-rs/toolchain@v1
13
with:
14
- toolchain: nightly
+ toolchain: ${{ steps.component.outputs.toolchain }}
15
override: true
16
- run: rustup component add clippy
17
- uses: actions-rs/clippy-check@v1
0 commit comments