Skip to content

Commit

Permalink
Bump aqtversion action
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-Beirao authored Dec 16, 2023
1 parent 5f77edb commit 1399333
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: jurplel/[email protected]
with:
version: '6.6.0'
aqtversion: '==3.1.*'
host: 'windows'
target: 'desktop'
arch: 'win64_mingw81'
Expand Down Expand Up @@ -71,7 +72,7 @@ jobs:
- name: Install Qt
uses: jurplel/[email protected]
with:
aqtversion: '==2.1.*'
aqtversion: '==3.1.*'
version: '6.6.0'
host: 'linux'
target: 'desktop'
Expand Down Expand Up @@ -107,7 +108,7 @@ jobs:
- name: Install Qt
uses: jurplel/[email protected]
with:
aqtversion: '==2.1.*'
aqtversion: '==3.1.*'
version: '6.6.0'
host: 'mac'
target: 'desktop'
Expand Down

0 comments on commit 1399333

Please sign in to comment.