diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-07-06 16:21:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-06 16:21:14 +0000 |
commit | bd1522e3110c99363aa5032e26f6c6a3f83c6c3f (patch) | |
tree | 57165ce49ce25d746298bbbff3614c94497373a0 | |
parent | 5fee3c90cc8e1f86dd9f9c4a7b0fcb48d852a457 (diff) |
Update cmake.yml
-rw-r--r-- | .github/workflows/cmake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 586d3fcf..3378c819 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -50,7 +50,7 @@ jobs: uses: jurplel/install-qt-action@v3 with: cached: ${{ steps.cache-qt.outputs.cache-hit }} - archives: qtbase qtimageformats qtgamepad + archives: qtbase qtimageformats qtgamepad qttools qtserialport - name: Configure run: ${{matrix.cmake}} -GNinja -S ${{github.workspace}}/ -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DQt5_DIR=${{env.Qt5_DIR}} -DQt5Gui_DIR=${{env.Qt5_DIR}}/lib/cmake/Qt5Gui |