commit | 724a96f57bc814af6cc3b8b75ce0bf2d4e120cc0 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Mon Nov 18 10:54:41 2024 +0100 |
committer | Akron <nils@diewald-online.de> | Mon Nov 18 10:54:41 2024 +0100 |
tree | 143943ef9da30ad1bba69f5ec972840fe238a754 | |
parent | a65bd5d8a21a6a266a4c4cd2fc59932dee694176 [diff] |
Force Module::Pluggable installation for GH CI Change-Id: I711c31ea9d17d40df344a644d7c85b05ccb27515
diff --git a/.github/workflows/linux-perl.yml b/.github/workflows/linux-perl.yml index 3b0cc36..eef995a 100644 --- a/.github/workflows/linux-perl.yml +++ b/.github/workflows/linux-perl.yml
@@ -23,6 +23,7 @@ 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