mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-23 17:34:21 +03:00
ci: install git-core as well
It will be needed by codecov/codecov-action v4. Signed-off-by: Pino Toscano <ptoscano@redhat.com>
This commit is contained in:
parent
e21129aebe
commit
3f79e76e58
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -16,7 +16,9 @@ jobs:
|
||||
- name: Install RPM build deps
|
||||
run: |
|
||||
# glibc-langpacks-en needed to work around python locale issues
|
||||
# git-core needed for codecov/codecov-action
|
||||
dnf install -y \
|
||||
git-core \
|
||||
rpm-build \
|
||||
dnf-plugins-core \
|
||||
glibc-langpack-en \
|
||||
|
Loading…
Reference in New Issue
Block a user