Skip to content

Commit

Permalink
add libudev-dev build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Mar 6, 2021
1 parent 163b6f8 commit afb40b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:

- name: Install apt packages
run: sudo apt-get install libavahi-compat-libdnssd-dev jq
run: sudo apt-get install libavahi-compat-libdnssd-dev jq libudev-dev

- name: Setup Node.js for use with actions
uses: actions/setup-node@v2-beta
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ addons:
packages:
- jq
- libavahi-compat-libdnssd-dev
- libudev-dev
branches:
only:
- master
Expand Down

0 comments on commit afb40b3

Please sign in to comment.