Skip to content

Commit be55437

Browse files
committed
Add legacy USB to check it is working fine
1 parent 1b4b152 commit be55437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/host_tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: matrix.os[0] == 'ubuntu-latest'
3636
run: |
3737
sudo apt-get update
38-
sudo apt-get -y install libusb-1.0-0-dev gcc
38+
sudo apt-get -y install libusb-1.0-0-dev libusb-dev gcc
3939
4040
- name: Install macOS packages
4141
if: startsWith(matrix.os[0], 'macos')

0 commit comments

Comments
 (0)