Skip to content

Commit

Permalink
Qbs GHA: Try fix Qt install issues
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Dec 29, 2023
1 parent d0668c2 commit b809a29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_qbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: "Windows 2022 MSVC"
artifact: "Windows-MSVC"
os: windows-2022
qt_version: "6.6.0"
qt_version: "6.6.1"
qt_arch: "win64_msvc2019_64"
qt_modules: qtimageformats qtserialport qtquicktimeline qtquick3d qt5compat qtshadertools qtmultimedia
qt_tools: tools_opensslv3_x64,qt.tools.opensslv3.win_x64
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
cache: true
cache-key-prefix: CacheQtx64
extra: '--external 7z'
aqtversion: '==3.0.*'
aqtversion: '==3.1.*'

- name: Copy OpenSSL DLLs
run: |
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
cache: true
cache-key-prefix: CacheQtx86
extra: '--external 7z'
aqtversion: '==3.0.*'
aqtversion: '==3.1.*'

- name: x86 Setup Qbs
run: |
Expand Down

0 comments on commit b809a29

Please sign in to comment.