Skip to content

Commit

Permalink
Use 6.2.0 Qt
Browse files Browse the repository at this point in the history
  • Loading branch information
artemis-beta committed Jan 29, 2023
1 parent 2cbf7b2 commit e57dce1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_packager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
version: '6.4.0'
version: '6.2.0'
setup-python: false

- name: Install Curl
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3.0.0
with:
version: '6.4.0'
version: '6.2.0'
arch: 'win64_mingw81'

- name: Upgrade GCC
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3.0.0
with:
version: '6.4.0'
version: '6.2.0'
arch: 'win64_mingw81'

- name: Upgrade GCC
Expand Down

0 comments on commit e57dce1

Please sign in to comment.