From 724a96f57bc814af6cc3b8b75ce0bf2d4e120cc0 Mon Sep 17 00:00:00 2001 From: Akron Date: Mon, 18 Nov 2024 10:54:41 +0100 Subject: [PATCH] Force Module::Pluggable installation for GH CI Change-Id: I711c31ea9d17d40df344a644d7c85b05ccb27515 --- .github/workflows/linux-perl.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux-perl.yml b/.github/workflows/linux-perl.yml index 3b0cc362..eef995aa 100644 --- a/.github/workflows/linux-perl.yml +++ b/.github/workflows/linux-perl.yml @@ -23,6 +23,7 @@ jobs: run: perl -V - name: Install dependencies run: | + cpanm --force Module::Pluggable cpanm https://github.com/Akron/Mojolicious-Plugin-Localize.git cpanm --installdeps . cpanm -n Cpanel::JSON::XS EV