Skip to content

Commit 33a847a

Browse files
committed
Fix coverage build
1 parent 034e143 commit 33a847a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: sudo apt-get install ${{ matrix.cxx }} ninja-build lcov doxygen
3333
- name: Check Coverage
3434
run: |
35-
if [[ ${{ matrix.build_type }} == 'Debug' && ${{ matrix.cxx }} == 'g++-11' && ${{ matrix.cxx_version }} == 'g++-17' ]]; then
35+
if [[ ${{ matrix.build_type }} == 'Debug' && ${{ matrix.cxx }} == 'g++-11' && ${{ matrix.cxx_version }} == 'CXX-17' ]]; then
3636
echo "COVERAGE=ON" >> "$GITHUB_ENV"
3737
echo "Running with coverage"
3838
else

0 commit comments

Comments
 (0)