Skip to content

Commit

Permalink
p
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Apr 10, 2021
1 parent d1341a9 commit 4c628a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ jobs:
- run: Remove-Item -Recurse c:\strawberry
- run: sh -c "perl -V"
- run: sh -c "cpan App::cpanminus; exit 0"
- run: sh -c "echo 'eval \"$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)\"' >~/.bash_profile"
- run: sh -c "echo 'eval ""$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)""' >~/.bash_profile; echo ~/.bash_profile; cat ~/.bash_profile; env|sort; exit 0"
shell: cmd
- run: sh -c "env|sort"
- run: sh -c "cpanm -n Devel::CheckLib && cpanm -n --installdeps ."
- name: Run tests (no coverage)
env:
Expand Down

0 comments on commit 4c628a8

Please sign in to comment.