Skip to content

Commit

Permalink
Fix cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Feb 3, 2024
1 parent 16bbf08 commit 4866262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: cpan App::cpanminus
- name: Install Dependencies
run: |
cd $GITHUB_WORKSPACE; cpan -iqn Test::Carp JSON::MaybeXS LWP::UserAgent
cd $GITHUB_WORKSPACE; cpanm -iqn Test::Carp JSON::MaybeXS LWP::UserAgent
cd $GITHUB_WORKSPACE; cpanm --verbose --notest --installdeps --with-configure --with-develop .
find ~ -name build.log | xargs cat
- name: perl Makefile.PL
Expand Down

0 comments on commit 4866262

Please sign in to comment.