Skip to content

Commit

Permalink
Update CI to Qt 6.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBriza committed Jul 2, 2024
1 parent 21b12e0 commit c875435
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
create:

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'

permissions:
contents: write
Expand Down Expand Up @@ -134,7 +134,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 +144,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 @@ -194,7 +194,7 @@ jobs:
version: ${{env.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:
Expand All @@ -204,7 +204,7 @@ jobs:
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 c875435

Please sign in to comment.