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 db63c0b commit e1f41f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,7 @@ jobs:
ls $(brew --prefix pcre2)
echo $(brew --prefix php)
echo $(brew --prefix php@${{ matrix.php }})
# ls $(brew --prefix php)
# ln -s $(brew --prefix pcre2)/include/pcre2.h $(brew --prefix php)/include/php/ext/pcre/pcre2.h
ln -s $(brew --prefix pcre2)/include/pcre2.h $(brew --prefix php@${{ matrix.php }})/$(php -r "echo PHP_VERSION;")/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 e1f41f5

Please sign in to comment.