From 1d0cebe38cec21b1227289817aeab39f8a7011f8 Mon Sep 17 00:00:00 2001 From: Vaclav Svejcar Date: Thu, 1 Aug 2024 16:29:03 +0200 Subject: [PATCH] Fix CI, vol. 3 --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce7a042..07868bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,8 +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 + ln -s /opt/homebrew/Cellar/pcre/8.45/include/pcre.h /Library/Developer/CommandLineTools/usr/include/pcre.h - name: Freeze run: |