Skip to content

Commit ccaa892

Browse files
committed
Remove the installation of Crypt::OpenSSL::VerifyX509 from action
1 parent 36d0a5c commit ccaa892

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/linux.yml

+1-11
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,9 @@ jobs:
2525
image: perl:${{ matrix.perl-version }}
2626
steps:
2727
- uses: actions/checkout@v1
28-
- name: Install Crypt::OpenSSL::VerifyX509
29-
run: |
30-
curl -sL https://cpanmin.us/ | perl - -nq inc::Module::Install \
31-
Module::Install::AuthorRequires Module::Install::AuthorTests \
32-
Test::NoTabs Test::Pod Test::Pod::Coverage Test::More Crypt::OpenSSL::X509;
33-
git clone https://github.com/timlegge/perl-Crypt-OpenSSL-VerifyX509.git;
34-
cd perl-Crypt-OpenSSL-VerifyX509;
35-
perl Makefile.PL;
36-
make install;
37-
cd ..;
3828
- name: Install Net::SAML2 Depends
3929
run: |
40-
apt-get install libxml2-dev make gcc;
30+
apt-get install libxml2 make gcc;
4131
curl -sL https://cpanmin.us/ | perl - -nq --installdeps . ;
4232
- name: Build Module
4333
run: |

0 commit comments

Comments
 (0)