Skip to content

Commit

Permalink
Qt action update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymphatus committed Sep 27, 2024
1 parent d22a6bf commit 0be81bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 0be81bf

Please sign in to comment.