Skip to content

Commit

Permalink
build-image.yml: switch Plack backpan test to Try::Tiny backpan
Browse files Browse the repository at this point in the history
  • Loading branch information
zakame committed Aug 30, 2024
1 parent 7b5ce52 commit 4549856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
dir='${{ matrix.directory }}'
img="perl:${dir//,/-}"
if [[ "$dir" != *"slim"* ]]; then
docker run "$img" cpanm -v Plack@0.9990
docker run "$img" cpanm -v Try::Tiny@0.30
docker run "$img" cpanm -v Crypt::[email protected]
fi
docker run "$img" cpanm -v Mojolicious
Expand All @@ -72,7 +72,7 @@ jobs:
dir='${{ matrix.directory }}'
img="perl:${dir//,/-}"
if [[ "$dir" != *"slim"* ]]; then
docker run "$img" cpm install -v Plack@0.9990
docker run "$img" cpm install -v Try::Tiny@0.30
docker run "$img" cpm install -v Crypt::[email protected]
fi
docker run "$img" cpm install -v Mojolicious
Expand Down

0 comments on commit 4549856

Please sign in to comment.