From 39ccdb3b808373991176a57d72167b7863651b51 Mon Sep 17 00:00:00 2001 From: Vaclav Svejcar Date: Sun, 28 Jul 2024 16:09:39 +0200 Subject: [PATCH] Fix CI, vol. 2 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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