chore: add libinput dependency to lint workflow

This commit is contained in:
Ashley Wulber 2024-02-12 11:47:08 -05:00 committed by Ashley Wulber
parent 37fd39340b
commit 3a93654997

View file

@ -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