Skip to content

Commit 71d7d4c

Browse files
committed
CI: add qtpdf in msvc.yml
1 parent 2608cac commit 71d7d4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/msvc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
BUILD_TYPE: Release
2222
qt_version: 6.10.3
2323
qt_arch: win64_msvc2022_64
24-
qt_modules: qtscxml qtmultimedia qtimageformats qtserialport qt5compat qtwebsockets qtpositioning qtwebchannel qtwebengine qtspeech qtvirtualkeyboard
24+
qt_modules: qtscxml qtmultimedia qtimageformats qtserialport qt5compat qtwebsockets qtpositioning qtwebchannel qtwebengine qtpdf qtspeech qtvirtualkeyboard
2525
os: windows-2022
2626

2727
- CMAKE_GENERATOR_PLATFORM: arm64
@@ -241,7 +241,7 @@ jobs:
241241
dir: '${{env.TOOLS_DIR}}/qt' # optional
242242
version: '${{matrix.qt_version}}' # optional, default is 5.15.2
243243
arch: '${{matrix.qt_arch}}' # optional
244-
modules: '${{env.qt_modules}}' # optional. see: https://ddalcino.github.io/aqt-list-server/
244+
modules: '${{env.qt_modules}}' # optional. see: https://ddalcino.github.io/aqt-list-server/
245245
cache: true
246246
cache-key-prefix: cached-qt_${{matrix.qt_version}}_${{matrix.qt_arch}}
247247

0 commit comments

Comments
 (0)