Skip to content

Commit

Permalink
Install native dependencies in docs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jun 26, 2024
1 parent 48a5b41 commit 70474be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Pages
uses: actions/configure-pages@v3
- name: Install native dependencies (Linux)
if: runner.os == 'Linux'
run: sudo apt-get install -y libavahi-compat-libdnssd-dev
- name: Set up Swift
uses: swift-actions/setup-swift@v2
with:
Expand Down

0 comments on commit 70474be

Please sign in to comment.