We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3d09a commit 994c544Copy full SHA for 994c544
.github/workflows/main.yml
@@ -14,6 +14,7 @@ jobs:
14
- uses: actions/setup-node@v1
15
with:
16
node-version: ${{ matrix.node }}
17
+ - run: sudo apt install libavahi-compat-libdnssd-dev
18
- run: yarn install
19
- run: git config --global user.email "patch-package@test.com"
20
- run: git config --global user.name "patch-package"
0 commit comments