Skip to content

Commit

Permalink
修复测试 (imiphp#696) (imiphp#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft authored May 6, 2024
1 parent afb2950 commit 0b6be46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,10 @@ jobs:
uses: shogo82148/actions-setup-redis@v1
with:
redis-version: "6.x"
# MacOS Arm64 下需要下面的修复,否则无法编译成功
- name: Fix include
run: |
sudo ln -s $(brew --prefix pcre2)/include/pcre2.h /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/
- name: Get Openssl Dir
id: opecssl-dir
run: echo "path=$(brew --prefix [email protected])" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 0b6be46

Please sign in to comment.