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
4
.github/workflows/build-qv2ray-cmake.yml
vendored
4
.github/workflows/build-qv2ray-cmake.yml
vendored
@ -101,7 +101,7 @@ jobs:
|
||||
uses: ashutoshvarma/setup-ninja@master
|
||||
with:
|
||||
# ninja version to download. Default: 1.10.0
|
||||
version: 1.10.0
|
||||
version: 1.10.0
|
||||
- name: Win-${{ matrix.arch }} - ${{ matrix.qt_version }} - Build preparation - Download Dependencies
|
||||
shell: bash
|
||||
if: matrix.platform == 'windows-latest'
|
||||
@ -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