Skip to content

Commit b48fd4e

Browse files
committed
Fix name for libusb in Ubuntu CI
1 parent 67322e5 commit b48fd4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AppImageBuilder.ubuntu-focal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ AppDir:
8181
- python3-evdev
8282
- python3-gi-cairo
8383
- python3-pylibacl
84-
- python3-usb1
84+
- python3-libusb1
8585
- binutils # required for detection of bluetooth library
8686
- coreutils # provides /usr/bin/env
8787
- shared-mime-info # required for gui if host provides no MIME info, e.g. when XDG_DATA_DIRS is missing

AppImageBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ AppDir:
7777
- python3-gi-cairo
7878
- python3-pylibacl
7979
- python3-vdf
80-
- python3-usb1
80+
- python3-libusb1
8181
- binutils # required for detection of bluetooth library
8282
- coreutils # provides /usr/bin/env
8383
- shared-mime-info # required for gui if host provides no MIME info, e.g. when XDG_DATA_DIRS is missing

0 commit comments

Comments
 (0)