From 2b69ba4befd65b0aebf678d7806ff69843b0c855 Mon Sep 17 00:00:00 2001 From: Rick Vogel Date: Fri, 28 Oct 2022 14:11:33 +0200 Subject: [PATCH] upgrade to jurplel/install-qt-action@v3 --- .github/workflows/cmake.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index a6712311..e53825f5 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -153,7 +153,7 @@ jobs: key: ${{ runner.os }}-QtCache-Qt5 - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v3 with: version: "5.15.2" #host: "windows" @@ -177,8 +177,7 @@ jobs: -B . \ -DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \ -G "${{ matrix.config.generators }}" \ - -DCMAKE_INSTALL_PREFIX:PATH=instdir \ - -DQt5_DIR:PATH=../Qt/5.15.2/msvc2019_64/lib/cmake/Qt5 + -DCMAKE_INSTALL_PREFIX:PATH=instdir - name: Build shell: bash run: cmake --build . --config ${{ matrix.config.build_type }}