Skip to content

Commit

Permalink
修复测试
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed May 1, 2024
1 parent be31bcb commit b6c8335
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,10 @@ jobs:
uses: shogo82148/actions-setup-redis@v1
with:
redis-version: "6.x"
- name: Brew
# MacOS Arm64 下需要下面的修复,否则无法编译成功
- name: Fix include
run: |
brew install pcre
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 b6c8335

Please sign in to comment.