From 5157f0b651b3166a53a8d7f299e6988f0ce967dc Mon Sep 17 00:00:00 2001 From: Yurun Date: Mon, 10 Jun 2024 08:03:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- .github/workflows/daily-test.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 279278134..4090c1433 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -355,7 +355,7 @@ jobs: # MacOS Arm64 下需要下面的修复,否则无法编译成功 - name: Fix include run: | - sudo ln -s $(brew --prefix pcre2)/include/pcre2.h /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/ + sudo ln -s $(brew --prefix pcre2)/include/pcre2.h /opt/homebrew/opt/pcre2/include/ - name: Get Openssl Dir id: opecssl-dir run: echo "path=$(brew --prefix openssl@1.1)" >> $GITHUB_OUTPUT diff --git a/.github/workflows/daily-test.yml b/.github/workflows/daily-test.yml index 6cb98c9dc..b3bf8d9b7 100644 --- a/.github/workflows/daily-test.yml +++ b/.github/workflows/daily-test.yml @@ -39,8 +39,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - ref: "3.0" - name: Cache dependencies uses: actions/cache@v4 with: