Skip to content

Commit

Permalink
github actions: update dependecies
Browse files Browse the repository at this point in the history
remove libhidapi-dev and add libuded-dev instead

Signed-off-by: Norbert Takacs <[email protected]>
  • Loading branch information
norberttak committed Mar 22, 2024
1 parent 4ab7dbf commit 67f7904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install dependencies
if: matrix.os == 'ubuntu-22.04'
run: |
sudo apt-get update -qq && sudo apt-get install -y build-essential cmake liblua5.4-dev libhidapi-dev
sudo apt-get update -qq && sudo apt-get install -y build-essential cmake liblua5.4-dev libudev-dev
echo 'XPANEL_INSTALL_DEPS_FLAG=-DINSTALL_DEPS=ON' >> $GITHUB_ENV
Expand Down

0 comments on commit 67f7904

Please sign in to comment.