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

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: