mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06: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:
committed by
Cole Robinson
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 \
|
||||
|
||||
Reference in New Issue
Block a user