From 3a93654997c30ecbc3bc2378951b30885bedc16f Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Mon, 12 Feb 2024 11:47:08 -0500 Subject: [PATCH] chore: add libinput dependency to lint workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 568d20f9..04e597c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: toolchain: nightly-2023-11-18 components: clippy - name: install dependencies - run: sudo apt install -y libxkbcommon-dev libwayland-dev libdbus-1-dev libpulse-dev + run: sudo apt install -y libxkbcommon-dev libwayland-dev libdbus-1-dev libpulse-dev libinput-dev - uses: actions-rs-plus/clippy-check@v2 with: toolchain: nightly-2023-11-18