Fix github actions clippy job

This commit is contained in:
Christian Duerr 2020-11-10 01:36:19 +00:00 committed by GitHub
parent 78f6cc4086
commit dae014511d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ tasks:
- clippy: |
cd alacritty
rustup component add clippy
cargo clippy --all-targets
cargo clippy
- oldstable: |
cd alacritty
rustup toolchain install --profile minimal 1.43.1

View File

@ -27,7 +27,7 @@ tasks:
- clippy: |
cd alacritty
rustup component add clippy
cargo clippy --all-targets
cargo clippy
- oldstable: |
cd alacritty
rustup toolchain install --profile minimal 1.43.1

View File

@ -35,4 +35,4 @@ jobs:
- name: Install Clippy
run: rustup component add clippy
- name: Lint
run: cargo clippy --all-targets --manifest-path ./alacritty/Cargo.toml --no-default-features --features "x11 wayland"
run: cargo clippy --all-targets