We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d0a5c commit ccaa892Copy full SHA for ccaa892
.github/workflows/linux.yml
@@ -25,19 +25,9 @@ jobs:
25
image: perl:${{ matrix.perl-version }}
26
steps:
27
- 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 ..;
38
- name: Install Net::SAML2 Depends
39
run: |
40
- apt-get install libxml2-dev make gcc;
+ apt-get install libxml2 make gcc;
41
curl -sL https://cpanmin.us/ | perl - -nq --installdeps . ;
42
- name: Build Module
43
0 commit comments