fix: OpenSSL not found on macOS

This commit is contained in:
ymshenyu 2020-09-18 10:42:04 +08:00
parent 16e5ae9b6b
commit be84d7f80c

View File

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