Skip to content

Commit

Permalink
try the sudo in another way
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Sep 12, 2018
1 parent 41c3d88 commit 1e5d6a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ install:
- sh: export PATH=/home/appveyor/perl5/bin:$PATH
- perl -v
- cpan App::cpanminus
- cmd: cpanm --installdeps .
- sh: sudo cpanm --installdeps .
- ccpanm --installdeps .
- cpanm --sudo --installdeps .

build_script:
- perl Makefile.PL
Expand Down

0 comments on commit 1e5d6a9

Please sign in to comment.