We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44054ee commit d28a970Copy full SHA for d28a970
.github/workflows/codeql-analysis.yml
@@ -68,8 +68,8 @@ jobs:
68
echo "Run, Build Application using cmake"
69
git submodule init
70
git submodule update
71
- cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCLANG_FORMAT=OFF -DCOMPILER_WARNINGS=OFF
72
- cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
+ cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release -DCLANG_FORMAT=OFF -DCOMPILER_WARNINGS=OFF
+ cmake --build ${{github.workspace}}/build --config Release
73
74
- name: Perform CodeQL Analysis
75
uses: github/codeql-action/analyze@v2
0 commit comments