2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-09 18:06:42 +00:00
This commit is contained in:
k-nasa 2019-09-30 09:54:59 +09:00
parent 3b213e95d7
commit 4bbc95b6a2
2 changed files with 2 additions and 2 deletions

View file

@ -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: |

View file

@ -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