Skip to content

Commit

Permalink
Add libusb
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelWei committed Dec 2, 2024
1 parent 05c270f commit e2d95ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-appliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt -y update
sudo apt install -y g++-12
sudo apt install -y g++-12 libusb-1.0-0-dev
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
- name: Install dependencies
Expand Down

0 comments on commit e2d95ba

Please sign in to comment.