Skip to content

Commit b6689d2

Browse files
committed
I'm fucking tired m8
1 parent 8f67b8d commit b6689d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ jobs:
5656
uses: jdpurcell/install-qt-action@v5
5757
with:
5858
version: '${{ matrix.qt_version }}'
59-
archives: 'qtbase qtserialport icu'
59+
archives: 'qtbase qtserialport qttools icu'
6060
- name: Install Qt(6)
6161
if: ${{ matrix.qt_version != '5.15.2' }}
6262
uses: jdpurcell/install-qt-action@v5
6363
with:
6464
version: '${{ matrix.qt_version }}'
6565
host: '${{ matrix.qt_arch }}'
6666
modules: 'qtserialport'
67-
archives: 'qtbase icu'
67+
archives: 'qtbase qttools icu'
6868

6969
- name: Configure CMake
7070
# 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

Comments
 (0)