Skip to content

Commit

Permalink
change cpanm
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTimbert committed Aug 21, 2024
1 parent 63bde64 commit a7c42ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:

steps:
- name: apt
run: sudo apt install -y libidn2-dev
run: sudo apt install -y libidn2-dev cpanminus

- name: cpan
run: cpan-install --deps Devel::CheckLib Module::Install Module::Install::XSUtil Test::Fatal
run: cpanm install --deps Devel::CheckLib Module::Install Module::Install::XSUtil Test::Fatal

- name: install
run: cpanm --verbose --notest --configure-args="--no-ed25519" .
Expand Down

0 comments on commit a7c42ba

Please sign in to comment.