From 0357b9c1d65ed76fbbf363aeaaf0197e0088181b Mon Sep 17 00:00:00 2001 From: Osyotr Date: Wed, 29 May 2024 14:59:14 +0300 Subject: [PATCH] Add qt to windows build --- .github/workflows/cmake-multi-platform.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index bd1bc41ab..d79f4e7a5 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -54,6 +54,16 @@ jobs: run: | echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT" + - name: Install Qt + uses: jurplel/install-qt-action@v3 + with: + version: '6.7.1' + host: 'windows' + target: 'desktop' + archives: 'qtbase qtsvg' + cache: 'true' + cache-key-prefix: 'install-qt-action' + - 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. # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type