From ae3b6f13e6d7ab093bfe9b4b4035ec0cc37a206b Mon Sep 17 00:00:00 2001 From: Rick Vogel Date: Fri, 28 Oct 2022 14:27:03 +0200 Subject: [PATCH] using qt dir from environment variable --- .github/workflows/cmake.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index f5ddc32a..e6ae6341 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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 }}