Skip to content

Commit 12029ff

Browse files
authored
Merge pull request #174 from timlegge/remove-depends-actions
Remove pari and manually install Module::Plugable
2 parents 2d4f6d9 + d2cf58a commit 12029ff

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,8 @@ jobs:
3030
- name: Install Net::SAML2 Depends
3131
run: |
3232
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 - ;
33+
cpanm Module::Pluggable
34+
cpanm App::cpm;
4135
# Sub::Name has test that fail every so many times on t/lexical.t
4236
# we ignore these test failures for now...
4337
cpm install -g --show-build-log-on-failure Sub::Name;

0 commit comments

Comments
 (0)