From 432f7430910f6e0a3ffb8d9ed24694c4b87006c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ba=C5=99inka?= Date: Fri, 29 Sep 2023 14:37:04 +0200 Subject: [PATCH] update CI to install qtcharts --- .github/workflows/cmake-single-platform.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 93d7c51..e853454 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -27,6 +27,7 @@ jobs: with: # Version of Qt to install version: 6.2.4 # optional, default is 5.15.2 + modules: qtcharts - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.