workflow: add createrepo_c package to test dependencies
This will fix the issue that TestManifestExtraRepo was not run.
This commit is contained in:
parent
e3d23aa5ad
commit
6454da7b7e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/go.yaml
vendored
2
.github/workflows/go.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue