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 339e797 commit 204d514
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
brew install autoconf
brew install shivammathur/php/[email protected]
brew link --overwrite --force shivammathur/php/[email protected]
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

0 comments on commit 204d514

Please sign in to comment.