From 85c97331c6598047f0511261e72b9de64983e6a0 Mon Sep 17 00:00:00 2001 From: Vaclav Svejcar Date: Thu, 1 Aug 2024 16:51:37 +0200 Subject: [PATCH] Fix CI, vol. 4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07868bf..49e22d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: if: matrix.os == 'macOS-latest' run: | brew install pcre - ln -s /opt/homebrew/Cellar/pcre/8.45/include/pcre.h /Library/Developer/CommandLineTools/usr/include/pcre.h + sudo ln -s /opt/homebrew/Cellar/pcre/8.45/include/pcre.h /Library/Developer/CommandLineTools/usr/include/pcre.h - name: Freeze run: |