using qt dir from environment variable

This commit is contained in:
Rick Vogel 2022-10-28 14:27:03 +02:00
parent bd2a106b06
commit ae3b6f13e6
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ jobs:
-DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \
-G "${{ matrix.config.generators }}" \
-DCMAKE_INSTALL_PREFIX:PATH=instdir
-DQt5_DIR:PATH=%Qt5_DIR%
- name: Build
shell: bash
run: cmake --build . --config ${{ matrix.config.build_type }}