Skip to content

Commit

Permalink
fix(codeql): fix codeql build
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Mishra <mishra.gaurav@siemens.com>
  • Loading branch information
GMishx committed Dec 23, 2024
1 parent f774fba commit 38e375d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 38e375d

Please sign in to comment.