We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034e143 commit 33a847aCopy full SHA for 33a847a
.github/workflows/build_cmake.yml
@@ -32,7 +32,7 @@ jobs:
32
run: sudo apt-get install ${{ matrix.cxx }} ninja-build lcov doxygen
33
- name: Check Coverage
34
run: |
35
- if [[ ${{ matrix.build_type }} == 'Debug' && ${{ matrix.cxx }} == 'g++-11' && ${{ matrix.cxx_version }} == 'g++-17' ]]; then
+ if [[ ${{ matrix.build_type }} == 'Debug' && ${{ matrix.cxx }} == 'g++-11' && ${{ matrix.cxx_version }} == 'CXX-17' ]]; then
36
echo "COVERAGE=ON" >> "$GITHUB_ENV"
37
echo "Running with coverage"
38
else
0 commit comments