Skip to content

Commit

Permalink
Install avahi libs for build+test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tanuva committed Nov 27, 2023
1 parent 3d4bbda commit 85794a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
with:
rust-version: ${{ matrix.rust }}
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install dependencies
run: sudo apt-get install -y libavahi-client-dev

- name: Build release
run: cargo build --release --verbose
Expand Down

0 comments on commit 85794a4

Please sign in to comment.