Skip to content

Commit

Permalink
build-image.yml: Replace Crypt::Argon2 trial test with Net::DNS dev test
Browse files Browse the repository at this point in the history
  • Loading branch information
zakame committed Aug 30, 2024
1 parent cc9fce9 commit bd5201d
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 @@ -64,7 +64,7 @@ jobs:
img="perl:${dir//,/-}"
if [[ "$dir" != *"slim"* ]]; then
docker run "$img" cpanm -v Try::[email protected]
docker run "$img" cpanm -v Crypt::[email protected]
docker run "$img" cpanm -v Net::[email protected]_02
fi
docker run "$img" cpanm -v Mojolicious
- name: Run cpm install test
Expand All @@ -73,7 +73,7 @@ jobs:
img="perl:${dir//,/-}"
if [[ "$dir" != *"slim"* ]]; then
docker run "$img" cpm install -v Try::[email protected]
docker run "$img" cpm install -v Crypt::[email protected]
docker run "$img" cpm install -v Net::[email protected]_02
fi
docker run "$img" cpm install -v Mojolicious
- name: COPY all to default WORKDIR
Expand Down

0 comments on commit bd5201d

Please sign in to comment.