We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c291920 commit aedf6b2Copy full SHA for aedf6b2
.github/workflows/build.yml
@@ -28,9 +28,20 @@ jobs:
28
version: '5.15.2'
29
host: 'windows'
30
target: 'desktop'
31
- arch: 'win64_mingw73'
32
- dir: '${{github.workspace}}/qt/'
+ arch: 'win64_msvc2019_64'
+ dir: '${{ github.workspace }}/example/'
33
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'
45
46
- name: List files in Qt
47
run: find ${{env.Qt5_Dir}}
0 commit comments