fix(ci): install libusb-dev
Some checks failed
/ build_debian (push) Failing after 27s

This commit is contained in:
s3lph 2024-11-29 01:45:02 +01:00
parent 298a3cdc12
commit 06d98f296f
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -16,7 +16,7 @@ jobs:
package/debian/honeywell-config/usr/bin \
package/debian/honeywell-config/usr/lib/udev/rules.d/
sed -re "s/__VERSION__/0.$(git rev-list --count ${GITHUB_REF_NAME})-1/g" -i package/debian/barcode-utils/DEBIAN/control
apt install libusb-dev
apt install --yes libusb-dev
make
strip honeywell-config
cp honeywell-config package/debian/honeywell-config/usr/bin