Skip to content

Commit d28a970

Browse files
Update codeql-analysis.yml
1 parent 44054ee commit d28a970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
echo "Run, Build Application using cmake"
6969
git submodule init
7070
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}}
71+
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release -DCLANG_FORMAT=OFF -DCOMPILER_WARNINGS=OFF
72+
cmake --build ${{github.workspace}}/build --config Release
7373
7474
- name: Perform CodeQL Analysis
7575
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)