0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00

ci: add libevdev

This commit is contained in:
MusiKid 2022-01-24 17:16:10 +01:00 committed by musikid
parent 6a395067ad
commit 8b6b257668
No known key found for this signature in database
GPG key ID: 7567D43648C6E2F4

View file

@ -6,7 +6,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install required libraries
run: sudo apt-get update && sudo apt-get install -y python devscripts dh-make debhelper fakeroot python3 python3-pip python3-setuptools python3-wheel ninja-build meson libpam0g-dev libinih-dev libboost-locale-dev python3-dev python3-setuptools libopencv-dev cmake make build-essential clang-tidy
run: >
sudo apt-get update && sudo apt-get install -y
python3 python3-pip python3-setuptools python3-wheel ninja-build meson
cmake make build-essential clang-tidy
libpam0g-dev libinih-dev libevdev-dev
python3-dev libopencv-dev
- uses: actions/checkout@v2