Skip to content

Commit 0f5069b

Browse files
committed
CI: install more CPAN deps
1 parent 41fb0e4 commit 0f5069b

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

.github/workflows/linux_bin_build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
cpanm --notest Test::Exception
4949
cpanm --notest JSON
5050
cpanm --notest PDL
51+
cpanm --notest Path::Tiny
52+
cpanm --notest Test::TempDir::Tiny
5153
5254
- name: Build
5355
run: |

.github/workflows/linux_share_build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
cpanm --notest local::lib
5050
echo $(perl -Mlocal::lib=${HOME}/perl5)
5151
eval "$(perl -Mlocal::lib=${HOME}/perl5)"
52+
cpanm --notest Path::Tiny
53+
cpanm --notest Test::TempDir::Tiny
5254
cpanm --notest PDL
5355
cpanm --notest Alien::Build
5456
cpanm --installdeps --notest Alien::sqlite

.github/workflows/linux_sys_build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
cpanm --notest local::lib
5858
echo $(perl -Mlocal::lib=${HOME}/perl5)
5959
eval "$(perl -Mlocal::lib=${HOME}/perl5)"
60+
cpanm --notest Path::Tiny
61+
cpanm --notest Test::TempDir::Tiny
6062
cpanm --notest PDL
6163
cpanm --notest Alien::Build
6264
cpanm --installdeps --notest Alien::sqlite

.github/workflows/macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
5757
- name: Install Dynamic Dependencies
5858
run: |
59+
cpanm --notest Path::Tiny
60+
cpanm --notest Test::TempDir::Tiny
5961
cpanm --notest PDL
6062
cpanm --notest Alien::Build
6163
cpanm --notest Alien::Build::MM

.github/workflows/macos_share_builds.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
4646
- name: Install Dynamic Dependencies
4747
run: |
48+
cpanm --notest Path::Tiny
49+
cpanm --notest Test::TempDir::Tiny
4850
cpanm --notest PDL
4951
cpanm --notest Alien::Build
5052
cpanm --notest Alien::Build::MM

0 commit comments

Comments
 (0)