Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Apr 28, 2024
1 parent e1f41f5 commit 36b2586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ jobs:
ls $(brew --prefix pcre2)
echo $(brew --prefix php)
echo $(brew --prefix php@${{ matrix.php }})
ln -s $(brew --prefix pcre2)/include/pcre2.h $(brew --prefix php@${{ matrix.php }})/$(php -r "echo PHP_VERSION;")/include/php/ext/pcre/pcre2.h
ln -s $(brew --prefix pcre2)/include/pcre2.h $(php-config --include-dir)/ext/pcre/pcre2.h
- name: Get Openssl Dir
id: opecssl-dir
run: echo "path=$(brew --prefix [email protected])" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 36b2586

Please sign in to comment.