From dae014511dd18f141407b341e35058627471a9f6 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Tue, 10 Nov 2020 01:36:19 +0000 Subject: Fix github actions clippy job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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 -- cgit v1.2.3-54-g00ecf