Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTimbert committed Aug 21, 2024
1 parent 91b49ab commit a50160b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: sudo apt install -y libidn2-dev cpanminus

- name: cpan
run: cpanm install --deps Devel::CheckLib Module::Install Module::Install::XSUtil Test::Fatal
run: sudo 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 a50160b

Please sign in to comment.