Skip to content

Commit

Permalink
Install libinput in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Aug 17, 2024
1 parent 97862e4 commit 18fcd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
pacman --noconfirm -Syu && pacman --needed --noconfirm -S \
rustup base-devel
rustup base-devel libinput
- name: Setup rust
run: rustup toolchain install stable --profile minimal
Expand Down

0 comments on commit 18fcd19

Please sign in to comment.