Skip to content

Commit

Permalink
install libavahi-compat-libdnssd-dev and jq in github action build
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Oct 31, 2020
1 parent a8bfee5 commit c303944
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
@@ -8,6 +8,9 @@ jobs:
runs-on: ubuntu-latest

steps:

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

- name: Setup Node.js for use with actions
uses: actions/setup-node@v1.1.0

0 comments on commit c303944

Please sign in to comment.