Skip to content

Commit 1fe7b8b

Browse files
committed
cpanm is provided by the perl images
Signed-off-by: Wesley Schwengle <wesley@opndev.io>
1 parent 7f0c885 commit 1fe7b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Net::SAML2 Depends
3131
run: |
3232
apt-get install libxml2 make gcc;
33-
curl -sL https://cpanmin.us/ | perl - -nq --installdeps . ;
33+
cpanm --installdeps . ;
3434
- name: Build Module
3535
run: |
3636
perl Makefile.PL;

0 commit comments

Comments
 (0)