mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 19:00:22 +08:00
fix: OpenSSL not found on macOS
This commit is contained in:
parent
16e5ae9b6b
commit
be84d7f80c
2
.github/workflows/build-qv2ray-cmake.yml
vendored
2
.github/workflows/build-qv2ray-cmake.yml
vendored
@ -131,6 +131,8 @@ jobs:
|
||||
- name: macOS - ${{ matrix.qt_version }} - Generate Dependencies and Build
|
||||
shell: bash
|
||||
if: matrix.platform == 'macos-latest'
|
||||
env:
|
||||
PKG_CONFIG_PATH: /usr/local/opt/openssl@1.1/lib/pkgconfig
|
||||
run: |
|
||||
mkdir build
|
||||
cd build
|
||||
|
Loading…
Reference in New Issue
Block a user