Skip to content

Commit 6936b37

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 6936b37

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
@@ -25,6 +25,8 @@ jobs:
2525
make integration_tests
2626
- name: lint
2727
run: |
28+
# Used by xref-helpmsgs-manpages
29+
dnf -y install perl-Clone perl-FindBin
2830
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0
2931
export PATH=$PATH:$HOME/go/bin
3032
make lint

0 commit comments

Comments
 (0)