Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
doubaokun committed Dec 29, 2024
1 parent f2a5f06 commit d8ae938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
brew install pcre2
brew install c-ares
ln -s /opt/homebrew/include/pcre2.h /opt/homebrew/opt/[email protected]/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
Expand Down

0 comments on commit d8ae938

Please sign in to comment.