From 0be81bff121557108a86ba6c1d7e4ee038baa20c Mon Sep 17 00:00:00 2001 From: Matteo Paonessa Date: Fri, 27 Sep 2024 16:41:58 +0200 Subject: [PATCH] Qt action update --- .github/workflows/build-qt.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-qt.yml b/.github/workflows/build-qt.yml index 3f32fcd6..4d11da54 100644 --- a/.github/workflows/build-qt.yml +++ b/.github/workflows/build-qt.yml @@ -33,9 +33,9 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/libcaesium.conf') }} - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: - aqtversion: '==3.0.*' + aqtversion: '==3.1.*' version: '6.7.3' host: 'windows' target: 'desktop' @@ -68,9 +68,9 @@ jobs: # key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/libcaesium.conf') }} # # - name: Install Qt - # uses: jurplel/install-qt-action@v3 + # uses: jurplel/install-qt-action@v4 # with: - # aqtversion: '==3.0.*' + # aqtversion: '==3.1.*' # version: '6.7.3' # host: 'mac' # target: 'desktop' @@ -103,9 +103,9 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/libcaesium.conf') }} - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: - aqtversion: '==3.0.*' + aqtversion: '==3.1.*' version: '6.7.3' host: 'linux' target: 'desktop'