Skip to content

Commit aac50db

Browse files
committed
ci: Install perl...
For some amazing reason we have Perl being run in our CI apparently; this presumably broke at some point when the centos base image stopped including it? Signed-off-by: Colin Walters <[email protected]>
1 parent 829cfb4 commit aac50db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
dnf -y install 'dnf-command(config-manager)'
1717
dnf -y config-manager --set-enabled crb
1818
dnf -y install go-toolset libvirt-devel
19+
# Used by xref-helpmsgs-manpages
20+
dnf -y install perl-Clone perl-FindBin
1921
# Because all the git clones are much less reliable
2022
export GOPROXY=https://proxy.golang.org
2123
go install github.com/onsi/ginkgo/v2/ginkgo@latest

0 commit comments

Comments
 (0)