Skip to content

Commit

Permalink
Added libusb-1.0-0-dev for Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
mauer committed Jun 6, 2024
1 parent 9958bf4 commit 72cc9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-lin/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
shell: bash
run: |
sudo apt-get update -y
sudo apt-get install -y ninja-build libasound2-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev libcurl4-openssl-dev
sudo apt-get install -y ninja-build libasound2-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev libcurl4-openssl-dev libusb-1.0-0-dev
- name: Prepare
shell: bash
run: |
Expand Down

0 comments on commit 72cc9ce

Please sign in to comment.