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 601d36c commit 8d6f89a
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 @@ -26,6 +26,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

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

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
with:
Expand Down

0 comments on commit 8d6f89a

Please sign in to comment.