Skip to content

Commit aedf6b2

Browse files
authored
Update build.yml
1 parent c291920 commit aedf6b2

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.github/workflows/build.yml

+13-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,20 @@ jobs:
2828
version: '5.15.2'
2929
host: 'windows'
3030
target: 'desktop'
31-
arch: 'win64_mingw73'
32-
dir: '${{github.workspace}}/qt/'
31+
arch: 'win64_msvc2019_64'
32+
dir: '${{ github.workspace }}/example/'
3333
install-deps: 'true'
34+
modules: 'qtcharts qtwebengine'
35+
archives: 'qtbase qtsvg'
36+
cache: 'false'
37+
cache-key-prefix: 'install-qt-action'
38+
setup-python: 'true'
39+
tools: 'tools_ifw tools_qtcreator,qt.tools.qtcreator'
40+
set-env: 'true'
41+
tools-only: 'false'
42+
aqtversion: '==2.1.*'
43+
py7zrversion: '==0.19.*'
44+
extra: '--external 7z'
3445

3546
- name: List files in Qt
3647
run: find ${{env.Qt5_Dir}}

0 commit comments

Comments
 (0)