From abae46b2d74c9cb97cb167b5e0037d43bf044bd7 Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Tue, 27 Aug 2024 15:57:44 -0400 Subject: [PATCH] Install Geo::Coder::Abbreviations on GitHub actions --- .github/workflows/website.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index e0c9fbf0..5701cfb3 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -42,6 +42,7 @@ jobs: cpanm --skip-satisfied -qn Log::Any::Adapter::Log4perl Database::Abstraction cpanm --skip-satisfied -qn Template::Filters Template::Plugin::EnvHash cpanm --skip-satisfied -qn Log::WarnDie IPC::System::Simple Array::Iterator + cpanm --skip-satisfied -qn Geo::Coder::Abbreviations env: AUTHOR_TESTING: 1 - name: Run Tests