Skip to content

Commit

Permalink
Manually install pcre?
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Aug 8, 2023
1 parent d1516b3 commit 34b7d52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install pcre (only MacOS)
if: ${{ runner.os }} == 'macos-latest'
run: brew install pcre

- name: Use Node.js
uses: actions/setup-node@v3

Expand Down

0 comments on commit 34b7d52

Please sign in to comment.