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

This commit is contained in:
s3lph 2024-11-29 01:53:36 +01:00
parent 06d98f296f
commit d465367765
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5
2 changed files with 6 additions and 7 deletions

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 --yes libusb-dev
apt install --yes libusb-1.0-0-dev
make
strip honeywell-config
cp honeywell-config package/debian/honeywell-config/usr/bin

View file

@ -1,10 +1,9 @@
Package: barcode-utils
Package: honeywell-config
Version: __VERSION__
Maintainer: s3lph <s3lph@kabelsalat.ch>
Section: utils
Priority: optional
Architecture: all
Depends: python3 (>= 3.6), python3-hid
Description: Miscellaneous utils for dealing with barcodes.
Miscellaneous utils for dealing with barcodes.
Architecture: amd64
Depends: libusb-1.0-0
Description: Configuration utility for Honeywell barcode scanners.
Configuration utility for Honeywell barcode scanners.