Skip to content

Commit 949311c

Browse files
committed
Fix coverage build
1 parent 33a847a commit 949311c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build_cmake.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
- "**/README.md"
77
- "**/CHANGELOG.md"
88
pull_request:
9-
release:
10-
branches:
11-
- main
129

1310
workflow_dispatch:
1411

@@ -32,7 +29,7 @@ jobs:
3229
run: sudo apt-get install ${{ matrix.cxx }} ninja-build lcov doxygen
3330
- name: Check Coverage
3431
run: |
35-
if [[ ${{ matrix.build_type }} == 'Debug' && ${{ matrix.cxx }} == 'g++-11' && ${{ matrix.cxx_version }} == 'CXX-17' ]]; then
32+
if [[ ${{ matrix.build_type }} == 'Debug' && ${{ matrix.cxx }} == 'g++-11' && ${{ matrix.cxx_version }} == '17' ]]; then
3633
echo "COVERAGE=ON" >> "$GITHUB_ENV"
3734
echo "Running with coverage"
3835
else

0 commit comments

Comments
 (0)