upgrade to jurplel/install-qt-action@v3

This commit is contained in:
Rick Vogel 2022-10-28 14:11:33 +02:00
parent 4b6d6d1bf6
commit 2b69ba4bef
1 changed files with 2 additions and 3 deletions

View File

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