From dae014511dd18f141407b341e35058627471a9f6 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Tue, 10 Nov 2020 01:36:19 +0000 Subject: [PATCH] Fix github actions clippy job --- .builds/freebsd.yml | 2 +- .builds/linux.yml | 2 +- .github/workflows/ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index ec2e1616..7e02e9cd 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -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 diff --git a/.builds/linux.yml b/.builds/linux.yml index 90c31836..b1243d91 100644 --- a/.builds/linux.yml +++ b/.builds/linux.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7086f1cd..1fb48226 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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