Skip to content

Commit

Permalink
apparently the tests now run as a different user on Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Feb 24, 2021
1 parent 9b10f73 commit d8a3be1
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 d8a3be1

Please sign in to comment.