mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-09 18:06:42 +00:00
fix
This commit is contained in:
parent
3b213e95d7
commit
4bbc95b6a2
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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: |
|
||||||
|
|
2
.github/workflows/clippy.yml
vendored
2
.github/workflows/clippy.yml
vendored
|
@ -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…
Reference in a new issue