Skip to content

Commit 994c544

Browse files
rokiyamaanas10
authored andcommitted
Add: apt install libavahi-compat-libdnssd-dev
1 parent da3d09a commit 994c544

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/setup-node@v1
1515
with:
1616
node-version: ${{ matrix.node }}
17+
- run: sudo apt install libavahi-compat-libdnssd-dev
1718
- run: yarn install
1819
- run: git config --global user.email "[email protected]"
1920
- run: git config --global user.name "patch-package"

0 commit comments

Comments
 (0)