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:
Pino Toscano 2024-03-20 10:06:02 +01:00 committed by Cole Robinson
parent e21129aebe
commit 3f79e76e58

View File

@ -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 \