From 4cd647d12b852bca5d84dd43c78cbd91517815e7 Mon Sep 17 00:00:00 2001 From: Vitalii Aleksashin Date: Tue, 21 Jul 2026 18:21:52 +0700 Subject: [PATCH] Fix CI builds without Qt --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82768e6..876db37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: -DCMAKE_BUILD_TYPE=Release -DCORETEMPLATE_BUILD_TESTS=ON -DCORETEMPLATE_BUILD_EXAMPLE=ON + -DCORETEMPLATE_BUILD_QT_GUI_EXAMPLE=OFF - name: Build run: cmake --build build/ci --config Release @@ -87,6 +88,7 @@ jobs: -DCMAKE_BUILD_TYPE=Debug -DCORETEMPLATE_BUILD_TESTS=ON -DCORETEMPLATE_BUILD_EXAMPLE=ON + -DCORETEMPLATE_BUILD_QT_GUI_EXAMPLE=OFF -DCORETEMPLATE_ENABLE_SANITIZERS=ON - name: Build sanitizer targets