Skip to content

Commit

Permalink
CI: install libusb before building host tools
Browse files Browse the repository at this point in the history
Signed-off-by: Yann Sionneau <[email protected]>
  • Loading branch information
fallen committed Mar 23, 2024
1 parent 97cf825 commit 9a15aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
pipenv run python3 ./sucrela.py --build
- name: Build the software
run: |
sudo apt-get -y install libusb-dev libusb-1.0-0
cd software/libuartbone
make
./uartbone_cli -h
Expand Down

0 comments on commit 9a15aac

Please sign in to comment.