From bbc7a160962d1988d6672ed27d8674fdabd40767 Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Tue, 27 Aug 2024 20:08:38 -0400 Subject: [PATCH] Install Geo::StreetAddress::US on GitHub --- .github/workflows/website.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index a7726e58..83f3ff5f 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -45,6 +45,8 @@ jobs: cpanm --skip-satisfied -qn Geo::Coder::Abbreviations Geo::Location::Point cpanm --skip-satisfied -qn Module::Info Locale::CA Locale::US CHI cpanm --skip-satisfied -qn Locale::SubCountry Lingua::EN::AddressParse + cpanm --skip-satisfied -qn Geo::StreetAddress::US + cpanm --skip-satisfied -iqn --installdeps . env: AUTHOR_TESTING: 1 - name: Run Tests