diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69004e1..ce7a042 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,7 @@ jobs: if: matrix.os == 'macOS-latest' run: | brew install pcre + mkdir -p /Users/runner/.ghcup/ghc/9.6.6/include/include/ ln -s /opt/homebrew/Cellar/pcre/8.45/include/pcre.h /Users/runner/.ghcup/ghc/9.6.6/include/include/pcre.h - name: Freeze