File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments