mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 08:10:04 +00:00
Add serial port dependency
This commit is contained in:
parent
4545d87670
commit
523c26ed47
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
msvc_version: 2022
|
msvc_version: 2022
|
||||||
qt_version: 6.6.2
|
qt_version: 6.6.2
|
||||||
qt_arch: win64_msvc2019_64
|
qt_arch: win64_msvc2019_64
|
||||||
qt_modules: qtimageformats qtmultimedia qtpositioning
|
qt_modules: qtimageformats qtmultimedia qtpositioning qtserialport
|
||||||
qt_tools: ''
|
qt_tools: ''
|
||||||
conan_arch: x86_64
|
conan_arch: x86_64
|
||||||
conan_compiler: Visual Studio
|
conan_compiler: Visual Studio
|
||||||
|
|
@ -46,7 +46,7 @@ jobs:
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
qt_version: 6.6.2
|
qt_version: 6.6.2
|
||||||
qt_arch: gcc_64
|
qt_arch: gcc_64
|
||||||
qt_modules: qtimageformats qtmultimedia qtpositioning
|
qt_modules: qtimageformats qtmultimedia qtpositioning qtserialport
|
||||||
qt_tools: ''
|
qt_tools: ''
|
||||||
conan_arch: x86_64
|
conan_arch: x86_64
|
||||||
conan_compiler: gcc
|
conan_compiler: gcc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue