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 d16743c commit 743901cCopy full SHA for 743901c
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
include:
45
# Inject GCOV variable for gcc
46
- compiler: gcc
47
- GCOV: gcov
+ GCOV: gcov-13
48
# Inject GCOV variable for llvm
49
- compiler: llvm
50
GCOV: "llvm-cov gcov"
@@ -53,7 +53,7 @@ jobs:
53
- os: ubuntu-22.04
54
compiler: gcc
55
CMAKE_GENERATOR: "Ninja"
56
57
58
- os: windows-2022
59
compiler: msvc
0 commit comments