Skip to content

Commit

Permalink
CI: fix the pages job for the new libevdev dependency
Browse files Browse the repository at this point in the history
Missing devel dependency added in cc7cc58
  • Loading branch information
whot committed Oct 23, 2023
1 parent f70ba11 commit a541748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master

env:
UBUNTU_PACKAGES: libgudev-1.0-dev libxml++2.6-dev valgrind tree python3-pip python3-setuptools libevdev2 doxygen
UBUNTU_PACKAGES: libgudev-1.0-dev libxml++2.6-dev valgrind tree python3-pip python3-setuptools libevdev-dev doxygen
PIP_PACKAGES: meson ninja libevdev pyudev pytest yq

jobs:
Expand Down

0 comments on commit a541748

Please sign in to comment.