We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f67b8d commit b6689d2Copy full SHA for b6689d2
.github/workflows/cmake-multi-platform.yml
@@ -56,15 +56,15 @@ jobs:
56
uses: jdpurcell/install-qt-action@v5
57
with:
58
version: '${{ matrix.qt_version }}'
59
- archives: 'qtbase qtserialport icu'
+ archives: 'qtbase qtserialport qttools icu'
60
- name: Install Qt(6)
61
if: ${{ matrix.qt_version != '5.15.2' }}
62
63
64
65
host: '${{ matrix.qt_arch }}'
66
modules: 'qtserialport'
67
- archives: 'qtbase icu'
+ archives: 'qtbase qttools icu'
68
69
- name: Configure CMake
70
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
0 commit comments