Skip to content

Commit

Permalink
Remove pcre from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Jul 8, 2024
1 parent 294f042 commit 07e7e8e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ 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: matrix.os == 'macos-latest'
run: brew install pcre

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

Expand Down

0 comments on commit 07e7e8e

Please sign in to comment.