We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f940e commit 52d44cbCopy full SHA for 52d44cb
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
if: matrix.config.coverage
37
run: |
38
set -x
39
- sudo apt-get install gcovr
+ sudo apt-get install -y gcovr
40
- name: CMake Configure
41
42
0 commit comments