Skip to content

Commit

Permalink
Install libusb in linuxdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed Jun 7, 2024
1 parent f33d729 commit 60a9d38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/actions/linuxdeps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ inputs:

runs:
using: 'composite'
steps:
steps:
- name: Install libusb
shell: ${{inputs.shell}}
run: sudo apt-get install libusb-1.0-0-dev

- name: Install libiio
shell: ${{inputs.shell}}
run: sudo apt-get install libiio-dev
Expand Down

0 comments on commit 60a9d38

Please sign in to comment.