Skip to content

Commit

Permalink
Fix clippy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jun 18, 2021
1 parent 3664b00 commit 9b0ab42
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -254,12 +254,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Rust and Clippy
run: |
toolchain=nightly-$(curl -sSf https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/clippy)
rustup set profile minimal
rustup default "$toolchain"
rustup component add clippy
- name: Install Rust
run: rustup toolchain install nightly --component llvm-tools-preview && rustup default nightly
- run: cargo clippy --workspace --all-features --all-targets

fmt:
Expand Down

0 comments on commit 9b0ab42

Please sign in to comment.