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 key: ${{ runner.os }}-QtCache-Qt5
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v2 uses: jurplel/install-qt-action@v3
with: with:
version: "5.15.2" version: "5.15.2"
#host: "windows" #host: "windows"
@ -177,8 +177,7 @@ jobs:
-B . \ -B . \
-DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \ -DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \
-G "${{ matrix.config.generators }}" \ -G "${{ matrix.config.generators }}" \
-DCMAKE_INSTALL_PREFIX:PATH=instdir \ -DCMAKE_INSTALL_PREFIX:PATH=instdir
-DQt5_DIR:PATH=../Qt/5.15.2/msvc2019_64/lib/cmake/Qt5
- name: Build - name: Build
shell: bash shell: bash
run: cmake --build . --config ${{ matrix.config.build_type }} run: cmake --build . --config ${{ matrix.config.build_type }}