Skip to content

Commit d18f41b

Browse files
committed
ci: install git in the Fedora container
Especially as codecov seems to require it now. Signed-off-by: Adrian Reber <areber@redhat.com>
1 parent 846c64b commit d18f41b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
image: fedora:latest
1313
options: --privileged
1414
steps:
15+
- name: Install tools
16+
run: |
17+
dnf install -y bats iptables iproute jq criu golang make git
1518
- name: checkout
1619
uses: actions/checkout@v4
1720
with:
1821
# needed for codecov
1922
fetch-depth: 0
20-
- name: Install tools
21-
run: |
22-
dnf install -y bats iptables iproute jq criu golang make
2323
- name: Run make coverage
2424
run: make coverage
2525

0 commit comments

Comments
 (0)