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 19, 2024
1 parent 7c1b519 commit b0ca6ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cpanm -iqn Geo::StreetAddress::US Lingua::EN::AddressParse Config::Auto
cpanm -iqn LWP::UserAgent::Throttled Locale::CA Locale::Country Devel::Size
cpanm -iqn File::pfopen CGI::Info Geo::Location::Point Module::Info
cpanm -iqn Test::DescribeMe
cpanm -iqn Test::DescribeMe Data::Validate::URI
cpanm -iqn Text::xSV::Slurp Test::Carp Digest::CRC Test::Needs Array::Iterator
cpanm -iqfn CGI::IDS
cpanm -iqn --installdeps .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cpanm --skip-satisfied -vn Log::Any::Adapter::Log4perl Database::Abstraction
cpanm --skip-satisfied -iqn Template::Filters Template::Plugin::EnvHash
cpanm --skip-satisfied -vn Log::WarnDie IPC::System::Simple Array::Iterator
cpanm --skip-satisfied -iqn Log::Dispatch::File YAML::XS Mo
cpanm --skip-satisfied -iqn Log::Dispatch::File YAML::XS Mo Class::Simple
cpanm -ivn --installdeps .
- name: Run Tests
env:
Expand Down

0 comments on commit b0ca6ba

Please sign in to comment.