We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f2f03 commit 3be2132Copy full SHA for 3be2132
1 file changed
.github/workflows/codeql.yml
@@ -42,7 +42,7 @@ jobs:
42
analyze-cpp:
43
name: Analyze C-C++
44
env:
45
- BUILD_TYPE: RelWithDebInfo
+ BUILD_TYPE: Release
46
INSTALL_PATH: ${{github.workspace}}/dependencies/install
47
DOWNLOAD_PATH: ${{github.workspace}}/dependencies/download
48
runs-on: ubuntu-22.04
0 commit comments