Skip to content

Commit

Permalink
added libusb-1.0-0-dev to the list of packages to install for the lin…
Browse files Browse the repository at this point in the history
…ux build
  • Loading branch information
faha223 committed Feb 26, 2024
1 parent 859eecb commit 5ca1a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-get -qy update
sudo apt-get install ccache libfuse2
sudo apt-get install ccache libfuse2 libusb-1.0-0-dev
pushd src
sudo apt-get -qy build-dep .
- name: Compile
Expand Down

0 comments on commit 5ca1a2d

Please sign in to comment.