workflow: add createrepo_c package to test dependencies

This will fix the issue that TestManifestExtraRepo was not
run.
This commit is contained in:
Michael Vogt 2025-04-10 10:43:53 +02:00
parent e3d23aa5ad
commit 6454da7b7e

View file

@ -25,6 +25,8 @@ jobs:
run: |
# we have the same build-deps as the images library
curl -sL https://raw.githubusercontent.com/osbuild/images/refs/heads/main/test/scripts/install-dependencies | bash
# we also need createrepo_c
dnf install -y createrepo_c
- name: Build
run: go build -v ./...
- name: Test