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

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