Skip to content

Commit

Permalink
without sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTimbert committed Aug 21, 2024
1 parent 66f9f1e commit 67a82d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- '5.34'
- '5.26'
runner:
- ubuntu-22.04
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04

runs-on: ${{ matrix.runner }}
Expand All @@ -50,10 +50,10 @@ jobs:

- name: cpan
#run: sudo cpanm Devel::CheckLib Module::Install Module::Install::XSUtil Test::Fatal inc::Module::Install MIME::Base32 Test::Differences
run: sudo cpanm Module::Install Devel::CheckLib Module::Install::XSUtil Test::Fatal
run: cpanm Module::Install Devel::CheckLib Module::Install::XSUtil Test::Fatal

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

- name: test
run: sudo prove -bl
run: prove -bl

0 comments on commit 67a82d5

Please sign in to comment.