Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Dec 4, 2023
1 parent e10a206 commit 5f836ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cpanm -iqn File::Open::NoCache::ReadOnly Gzip::Faster Geo::Coder::Abbreviations
cpanm -iqn Geo::StreetAddress::US Lingua::EN::AddressParse Config::Auto
cpanm -iqn LWP::UserAgent::Throttled Locale::CA Locale::Country
cpanm -iqn File::pfopen CGI::Info Geo::Location::Point Module::Info
cpanm -iqn File::pfopen CGI::Info Geo::Location::Point Module::Info Digest::CRC
cpanm -iqn --installdeps .
env:
AUTOMATED_TESTING: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
os:
- name: freebsd
version: '13.0'
pkginstall: pkg install -y p5-ExtUtils-MakeMaker p5-JSON-MaybeXS p5-LWP-Protocol-https p5-App-cpanminus p5-XML-Parser p5-XML-Simple p5-DBI
pkginstall: pkg install -y p5-ExtUtils-MakeMaker p5-JSON-MaybeXS p5-LWP-Protocol-https p5-App-cpanminus p5-XML-Parser p5-XML-Simple p5-DBI p5-Devel-Size
- name: openbsd
version: '7.1'
pkginstall: pkg_add p5-JSON-MaybeXS p5-LWP-Protocol-https p5-XML-Parser p5-XML-Simple p5-DBI
pkginstall: pkg_add p5-JSON-MaybeXS p5-LWP-Protocol-https p5-XML-Parser p5-XML-Simple p5-DBI p5-Devel-Size
steps:
- uses: actions/checkout@main
with:
Expand Down

0 comments on commit 5f836ab

Please sign in to comment.