Skip to content

Commit 46653da

Browse files
committed
Update CI to Qt 6.9.1
1 parent e9e37ea commit 46653da

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
branches: [ "master" ]
1919

2020
env:
21-
QT_VERSION: '6.8.1'
21+
QT_VERSION: '6.9.1'
2222
QT_MODULES: 'qtmultimedia qtwebsockets qtimageformats'
2323

2424
jobs:

.github/workflows/main.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010
create:
1111

1212
env:
13-
QT_VERSION: '6.8.1'
13+
QT_VERSION: '6.9.1'
1414
QT_MODULES: 'qtmultimedia qtwebsockets qtimageformats'
15-
EM_VERSION: '3.1.56'
15+
EM_VERSION: '3.1.70'
1616

1717
permissions:
1818
contents: write
@@ -200,16 +200,15 @@ jobs:
200200
cache: true
201201
cache-key-prefix: ${{ github.job }}-qt-${{ env.QT_VERSION }}
202202

203-
- name: Install Qt (temporary, see https://github.com/miurahr/aqtinstall/pull/846 )
204-
uses: Kidev/install-qt-action@v4.2.0
203+
- name: Install Qt
204+
uses: jurplel/install-qt-action@v4
205205
with:
206206
version: ${{env.QT_VERSION}}
207207
host: all_os
208208
target: wasm
209209
arch: wasm_singlethread
210210
set-env: true
211211
modules: ${{env.QT_MODULES}}
212-
aqtsource: 'git+https://github.com/Kidev/aqtinstall.git@wasm'
213212
cache: true
214213
cache-key-prefix: ${{ github.job }}-qt-wasm-${{ env.QT_VERSION }}
215214

0 commit comments

Comments
 (0)