We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a847a commit 949311cCopy full SHA for 949311c
.github/workflows/build_cmake.yml
@@ -6,9 +6,6 @@ on:
6
- "**/README.md"
7
- "**/CHANGELOG.md"
8
pull_request:
9
- release:
10
- branches:
11
- - main
12
13
workflow_dispatch:
14
@@ -32,7 +29,7 @@ jobs:
32
29
run: sudo apt-get install ${{ matrix.cxx }} ninja-build lcov doxygen
33
30
- name: Check Coverage
34
31
run: |
35
- if [[ ${{ matrix.build_type }} == 'Debug' && ${{ matrix.cxx }} == 'g++-11' && ${{ matrix.cxx_version }} == 'CXX-17' ]]; then
+ if [[ ${{ matrix.build_type }} == 'Debug' && ${{ matrix.cxx }} == 'g++-11' && ${{ matrix.cxx_version }} == '17' ]]; then
36
echo "COVERAGE=ON" >> "$GITHUB_ENV"
37
echo "Running with coverage"
38
else
0 commit comments