Skip to content

Commit

Permalink
AppImage: Better motion support (#593)
Browse files Browse the repository at this point in the history
Add libudev headers for better motion support on supported controllers.
  • Loading branch information
qurious-pixel committed Dec 28, 2022
1 parent 0c6f18a commit 1b660e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: "Install system dependencies"
run: |
sudo apt update -qq
sudo apt install -y clang-12 cmake freeglut3-dev libgcrypt20-dev libgtk-3-dev libpulse-dev libsecret-1-dev libsystemd-dev nasm ninja-build
sudo apt install -y clang-12 cmake freeglut3-dev libgcrypt20-dev libgtk-3-dev libpulse-dev libsecret-1-dev libsystemd-dev libudev-dev nasm ninja-build
- name: "Bootstrap vcpkg"
run: |
Expand Down

0 comments on commit 1b660e0

Please sign in to comment.