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