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 8f4fb56 commit 25c2086
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
brew install autoconf
brew install shivammathur/php/[email protected]
brew link --overwrite --force shivammathur/php/[email protected]
brew install pcre
brew install pcre2
pcre2_h="$(find "$(brew --cellar pcre2)" -name "pcre2.h")"
cp -f "$pcre2_h" "$(brew --cellar php)"/*/include/php/ext/pcre
- uses: actions/checkout@v4
- name: phpize
run: phpize
Expand Down
1 change: 1 addition & 0 deletions pcre2.h

0 comments on commit 25c2086

Please sign in to comment.