Skip to content

Commit

Permalink
Added usb dependency as a step on ubuntu builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinivas-E committed Oct 8, 2024
1 parent e4c4911 commit 28d8b9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
echo "skip_build=true" >> $GITHUB_ENV # Set an environment variable to control flow
fi
- name: Install USB dependencies
run: sudo apt-get update && sudo apt-get install -y libusb-1.0-0-dev libudev-dev

- name: Build sdist
if: env.skip_build != 'true'
run: |
Expand Down

0 comments on commit 28d8b9e

Please sign in to comment.