File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1818 branches : [ "master" ]
1919
2020env :
21- QT_VERSION : ' 6.8 .1'
21+ QT_VERSION : ' 6.9 .1'
2222 QT_MODULES : ' qtmultimedia qtwebsockets qtimageformats'
2323
2424jobs :
Original file line number Diff line number Diff line change 1010 create :
1111
1212env :
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
1717permissions :
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
You can’t perform that action at this time.
0 commit comments