Skip to content

Commit

Permalink
Revert install pcre
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Aug 8, 2023
1 parent 8d6f89a commit 849bb23
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ 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 849bb23

Please sign in to comment.