Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
apparently the tests now run as a different user on Mac OS
  • Loading branch information
DrHyde committed Feb 24, 2021
1 parent 7d40e33 commit 56dc131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Expand Up @@ -16,8 +16,8 @@ task:
image: catalina-xcode-12.0
test_script:
- echo|cpan App::cpanminus
- /Users/anka/perl5/bin/cpanm --installdeps .
- export PERL5LIB=/Users/anka/perl5/lib/perl5
- /Users/admin/perl5/bin/cpanm --installdeps .
- export PERL5LIB=/Users/admin/perl5/lib/perl5
- perl Makefile.PL
- make
- make test

0 comments on commit 56dc131

Please sign in to comment.