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 bb884e2 commit bceaa23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,10 @@ jobs:
run: |
echo $(brew --prefix pcre2)
ls $(brew --prefix pcre2)
tree $(brew --prefix pcre2)
cat $(brew --prefix pcre2)/include/pcre2.h
echo $(brew --prefix php)
ls $(brew --prefix php)
ln -s $(brew --prefix pcre2)/include/pcre2.h $(brew --prefix php)/include/php/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 bceaa23

Please sign in to comment.