Skip to content

Commit

Permalink
Update CI to Qt 6.7.2 (except wasm)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBriza committed Jul 2, 2024
1 parent 21b12e0 commit e342590
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ on:
branches: [ "master" ]

env:
QT_VERSION: '6.6.3'
QT_VERSION: '6.7.2'
QT_MODULES: 'qtmultimedia qtwebsockets qtimageformats'
EM_VERSION: '3.1.37'
EM_VERSION: '3.1.50'

jobs:
analyze:
Expand Down
17 changes: 9 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
create:

env:
QT_VERSION: '6.6.3'
QT_VERSION: '6.7.2'
QT_MODULES: 'qtmultimedia qtwebsockets qtimageformats'
EM_VERSION: '3.1.37'
WASM_QT_VERSION: '6.6.3'
EM_VERSION: '3.1.50'

permissions:
contents: write
Expand Down Expand Up @@ -134,7 +135,7 @@ jobs:
set-env: false
modules: ${{env.QT_MODULES}}
cache: true
cache-key-prefix: ${{ github.job }}-qt-host
cache-key-prefix: ${{ github.job }}-qt-${{ env.QT_VERSION }}
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
Expand All @@ -144,7 +145,7 @@ jobs:
arch: android_armv7
modules: ${{env.QT_MODULES}}
cache: true
cache-key-prefix: ${{ github.job }}-qt
cache-key-prefix: ${{ github.job }}-qt-cross-${{ env.QT_VERSION }}

- name: Get OpenSSL
run: |
Expand Down Expand Up @@ -191,20 +192,20 @@ jobs:
- name: Install Host Qt
uses: jurplel/install-qt-action@v3
with:
version: ${{env.QT_VERSION}}
version: ${{env.WASM_QT_VERSION}}
set-env: false
cache: true
cache-key-prefix: ${{ github.job }}-qt-host
cache-key-prefix: ${{ github.job }}-qt-${{ env.QT_VERSION }}
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: ${{env.QT_VERSION}}
version: ${{env.WASM_QT_VERSION}}
host: linux
target: desktop
arch: wasm_singlethread
modules: ${{env.QT_MODULES}}
cache: true
cache-key-prefix: ${{ github.job }}-qt
cache-key-prefix: ${{ github.job }}-qt-cross-${{ env.QT_VERSION }}

- uses: mymindstorm/setup-emsdk@v11
with:
Expand Down

0 comments on commit e342590

Please sign in to comment.