Skip to content

Commit 5b2ae48

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 5b2ae48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
set -xeuo pipefail
1616
dnf -y install 'dnf-command(config-manager)'
1717
dnf -y config-manager --set-enabled crb
18-
dnf -y install go-toolset libvirt-devel
18+
dnf -y install go-toolset libvirt-devel perl-Clone
1919
# Because all the git clones are much less reliable
2020
export GOPROXY=https://proxy.golang.org
2121
go install github.com/onsi/ginkgo/v2/ginkgo@latest

0 commit comments

Comments
 (0)