GHA CI: don't use hardcoded path

PR #20763.
This commit is contained in:
Chocobo1 2024-05-17 01:44:43 +08:00 committed by GitHub
parent fb796ec595
commit 04154ebb76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: