Skip to content

Commit b2bf73b

Browse files
committed
only install lcov when required
1 parent 86aaf20 commit b2bf73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Install lcov Linux
6363
id: install-lcov
64-
if: matrix.os == 'ubuntu-latest'
64+
if: steps.strings.outputs.enable_coverage == 'ON'
6565
run: |
6666
sudo apt update
6767
sudo apt install lcov

0 commit comments

Comments
 (0)