Skip to content

Commit

Permalink
Be explicit about JSON::MaybeXS dependency
Browse files Browse the repository at this point in the history
JSON::MaybeXS comes installed in the Perl container we get from
the perl setup Github action, but it's probably a good idea to
be explicit about it.
  • Loading branch information
jjatria committed Jun 21, 2024
1 parent fa23fc8 commit 2cef927
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-lang-perl-ARM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
cpanm --mirror https://www.cpan.org/ install Compress::Zstd \
Encode \
Error::Simple \
JSON::MaybeXS \
Module::Install \
Module::Install::ReadmeFromPod \
Object::Tiny \
Expand Down Expand Up @@ -90,6 +91,7 @@ jobs:
Compress::Zstd \
Encode \
Error::Simple \
JSON::MaybeXS \
Module::Install \
Module::Install::ReadmeFromPod \
Object::Tiny \
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-lang-perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
cpanm --mirror https://www.cpan.org/ install Compress::Zstd \
Encode \
Error::Simple \
JSON::MaybeXS \
Module::Install \
Module::Install::ReadmeFromPod \
Object::Tiny \
Expand Down Expand Up @@ -90,6 +91,7 @@ jobs:
Compress::Zstd \
Encode \
Error::Simple \
JSON::MaybeXS \
Module::Install \
Module::Install::ReadmeFromPod \
Object::Tiny \
Expand Down

0 comments on commit 2cef927

Please sign in to comment.