From 04154ebb76fc0d4228ba42bfde1f683439228d88 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Fri, 17 May 2024 01:44:43 +0800 Subject: [PATCH] GHA CI: don't use hardcoded path PR #20763. --- .github/workflows/ci_macos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_macos.yaml b/.github/workflows/ci_macos.yaml index 467f1d6bc..6180a44ea 100644 --- a/.github/workflows/ci_macos.yaml +++ b/.github/workflows/ci_macos.yaml @@ -23,7 +23,7 @@ jobs: env: boost_path: "${{ github.workspace }}/../boost" - openssl_root: /usr/local/opt/openssl@3 + openssl_root: "$(brew --prefix openssl@3)" libtorrent_path: "${{ github.workspace }}/../libtorrent" steps: