diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-11-10 01:36:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 04:36:19 +0300 |
commit | dae014511dd18f141407b341e35058627471a9f6 (patch) | |
tree | 103e5dcfda213971d5fd65e96af1216304cc344a /.github | |
parent | 78f6cc40863f7a0eca5bd2ef46c966fb6790a2b0 (diff) | |
download | alacritty-dae014511dd18f141407b341e35058627471a9f6.tar.gz alacritty-dae014511dd18f141407b341e35058627471a9f6.zip |
Fix github actions clippy job
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |