pull/253/head
k-nasa 5 years ago
parent 3b213e95d7
commit 4bbc95b6a2

@ -45,7 +45,7 @@ jobs:
run: | run: |
rustup default nightly rustup default nightly
rustup component add rustfmt rustup component add rustfmt
cargo install mdbook test -x $HOME/.cargo/bin/mdbook || ./ci/install-mdbook.sh
rustc --version rustc --version
- name: mdbook - name: mdbook
run: | run: |

@ -11,7 +11,7 @@ jobs:
component: clippy component: clippy
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
toolchain: nightly toolchain: ${{ steps.component.outputs.toolchain }}
override: true override: true
- run: rustup component add clippy - run: rustup component add clippy
- uses: actions-rs/clippy-check@v1 - uses: actions-rs/clippy-check@v1

Loading…
Cancel
Save