From 38e375d0bed3ffd4a19f822191ffb83bd79231cd Mon Sep 17 00:00:00 2001 From: Gaurav Mishra Date: Mon, 23 Dec 2024 11:59:54 +0530 Subject: [PATCH] fix(codeql): fix codeql build Signed-off-by: Gaurav Mishra --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 06c26c8948..2fecfc37d1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,11 +37,11 @@ jobs: matrix: include: - language: actions - build-mode: autobuild + build-mode: none - language: c-cpp build-mode: manual - language: java-kotlin - build-mode: none + build-mode: autobuild - language: javascript-typescript build-mode: none - language: python @@ -68,7 +68,7 @@ jobs: libjson-c-dev liblocal-lib-perl libspreadsheet-writeexcel-perl \ libtext-template-perl libgcrypt20-dev lsb-release sudo ./utils/fo-installdeps --everything -y - sudo apt install -y gcc-8 g++-8 + sudo apt install -y gcc g++ mkdir build cmake -DCMAKE_BUILD_TYPE=Debug -GNinja -DTESTING=ON -S . -B ./build cmake --build build --config Debug --parallel