From e2e788491d343ddc69c10798d8aee0c3fce1d47c Mon Sep 17 00:00:00 2001 From: Fanda Vacek Date: Sun, 24 Dec 2023 16:37:40 +0100 Subject: [PATCH] Update action.yml default build generator --- .github/actions/cmake/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cmake/action.yml b/.github/actions/cmake/action.yml index 2c0449b23..fc5864778 100644 --- a/.github/actions/cmake/action.yml +++ b/.github/actions/cmake/action.yml @@ -41,10 +41,10 @@ runs: - name: Configure CMake run: | # Enable these when all warnings are fixed :^) + #-G Ninja \ # CFLAGS="-Werror ${CFLAGS}" \ # CXXFLAGS="-Werror ${CXXFLAGS}" \ cmake \ - #-G Ninja \ -S '${{github.workspace}}' \ -B '${{github.workspace}}/build' \ -DQF_BUILD_QML_PLUGINS=ON \