Skip to content

Commit 863b04f

Browse files
committed
workflow variable fix
1 parent bc34e00 commit 863b04f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code_ql_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# has meaningful results
7878
- name: Configure CMake
7979
run: |
80-
cmake -S . -B ./build -G "${{matrix.generator}}" -DCMAKE_BUILD_TYPE:STRING=${{matrix.build_type}} -D${{ env.PROJECT_NAME }}_PACKAGING_MAINTAINER_MODE:BOOL=${{matrix.packaging_maintainer_mode}} -D${{ VMAware }}_ENABLE_COVERAGE:BOOL=${{ matrix.build_type == 'Debug' }}
80+
cmake -S . -B ./build -G "${{matrix.generator}}" -DCMAKE_BUILD_TYPE:STRING=${{matrix.build_type}} -DVMAware_PACKAGING_MAINTAINER_MODE:BOOL=${{matrix.packaging_maintainer_mode}} -DVMAware_ENABLE_COVERAGE:BOOL=${{ matrix.build_type == 'Debug' }}
8181
8282
# Initializes the CodeQL tools for scanning.
8383
- name: Initialize CodeQL

0 commit comments

Comments
 (0)