Skip to content

Commit 93bb62f

Browse files
authored
Merge pull request #787 from mcserep/codeql-release-build
Use Release build for CodeQL
2 parents ea96a87 + 3be2132 commit 93bb62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
analyze-cpp:
4343
name: Analyze C-C++
4444
env:
45-
BUILD_TYPE: RelWithDebInfo
45+
BUILD_TYPE: Release
4646
INSTALL_PATH: ${{github.workspace}}/dependencies/install
4747
DOWNLOAD_PATH: ${{github.workspace}}/dependencies/download
4848
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)