summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-07-06 18:06:47 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-07-06 18:06:47 +0200
commit5fee3c90cc8e1f86dd9f9c4a7b0fcb48d852a457 (patch)
tree7477af08078ee091a6f1daa292b87df813c5d4a8
parent6c6c3ba697e8feef38fa85cb9d0c088b3a8d0df5 (diff)
try fix CI
-rw-r--r--.github/workflows/cmake.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index c24e9c99..586d3fcf 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -50,6 +50,7 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
cached: ${{ steps.cache-qt.outputs.cache-hit }}
+ archives: qtbase qtimageformats qtgamepad
- 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