We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86aaf20 commit b2bf73bCopy full SHA for b2bf73b
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Install lcov Linux
63
id: install-lcov
64
- if: matrix.os == 'ubuntu-latest'
+ if: steps.strings.outputs.enable_coverage == 'ON'
65
run: |
66
sudo apt update
67
sudo apt install lcov
0 commit comments