From d8ae9387f5524b49c9f236eedcc06d82e825e948 Mon Sep 17 00:00:00 2001 From: Bruce Dou Date: Sun, 29 Dec 2024 18:16:39 +0000 Subject: [PATCH] fix: ci --- .github/workflows/ext.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ext.yml b/.github/workflows/ext.yml index e06ece982..ca1a2f7c7 100644 --- a/.github/workflows/ext.yml +++ b/.github/workflows/ext.yml @@ -53,7 +53,7 @@ jobs: brew install pcre2 brew install c-ares ln -s /opt/homebrew/include/pcre2.h /opt/homebrew/opt/php@8.2/include/php/ext/pcre/pcre2.h - ln -s /usr/homebrew/opt/c-ares/include/ares.h /usr/local/include/ares.h + ln -s /opt/homebrew/opt/c-ares/include/ares.h /usr/local/include/ares.h - uses: actions/checkout@v4 - name: phpize run: phpize