Skip to content

Commit

Permalink
Print pcre-config
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Aug 8, 2023
1 parent 34b7d52 commit d1a530b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ jobs:
steps:
- uses: actions/checkout@v3

# https://github.com/mmottl/pcre-ocaml/issues/18
# https://github.com/actions/runner-images/issues/6634
- name: Install pcre (only MacOS)
if: ${{ runner.os }} == 'macos-latest'
run: brew install pcre
run: pcre-config

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

0 comments on commit d1a530b

Please sign in to comment.