We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d4f6d9 + d2cf58a commit 12029ffCopy full SHA for 12029ff
.github/workflows/linux.yml
@@ -30,14 +30,8 @@ jobs:
30
- name: Install Net::SAML2 Depends
31
run: |
32
apt-get install libxml2 make gcc wget;
33
- cpanm App::cpm
34
- mkdir -p $HOME/.perl-cpm ;
35
- cd $HOME/.perl-cpm;
36
- wget -q https://src.fedoraproject.org/repo/pkgs/perl-Math-Pari/pari-2.3.4.tar.gz/35c896266e4257793387ba22d5d76078/pari-2.3.4.tar.gz \
37
- -O pari-2.3.4.tar.gz ;
38
- echo '35c896266e4257793387ba22d5d76078 pari-2.3.4.tar.gz' | md5sum -c - ;
39
- tar zxf pari-2.3.4.tar.gz;
40
- cd - ;
+ cpanm Module::Pluggable
+ cpanm App::cpm;
41
# Sub::Name has test that fail every so many times on t/lexical.t
42
# we ignore these test failures for now...
43
cpm install -g --show-build-log-on-failure Sub::Name;
0 commit comments