Skip to content

Commit

Permalink
Install USB packages in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed Nov 8, 2021
1 parent 25c5ba2 commit f68f9d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
name: update certificates
command: |
sudo apt-get update && sudo apt-get upgrade -y
- run:
name: install dependencies
command: |
sudo apt-get install -y libusb-dev libudev-dev
- run:
name: install meteor
command: |
Expand Down

0 comments on commit f68f9d9

Please sign in to comment.