Skip to content

Commit

Permalink
Force in some prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jan 30, 2024
1 parent 6b82908 commit 8f323e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +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 --verbose --notest --installdeps --with-configure --with-develop .
find ~ -name build.log | xargs cat
- name: perl Makefile.PL
Expand Down

0 comments on commit 8f323e5

Please sign in to comment.