Skip to content

Commit 0dfb8cd

Browse files
committed
maybe this?
1 parent 56f1a22 commit 0dfb8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ jobs:
797797
if: ${{ !cancelled() && matrix.buildType == 'Coverage' }}
798798
working-directory: ${{env.RouterBuildDir}}
799799
run: |
800-
dnf install -y lcov
800+
dnf install -y lcov git
801801
cmake --build . --target coverage
802802
803803
# https://github.com/codecov/codecov-action

0 commit comments

Comments
 (0)