Skip to content

Commit f4a3ef0

Browse files
authored
ci: use cpanm
1 parent fb75c9f commit f4a3ef0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build-docker:
10-
name: Build
10+
name: Build Docker
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
@@ -29,7 +29,7 @@ jobs:
2929
perl-version: "5.40"
3030

3131
- name: Install Perl dependencies for Windows build
32-
run: cpan -i PAR PAR::Dist PAR::Packer sub::Util
32+
run: cpanm --install --notest PAR PAR::Dist PAR::Packer sub::Util
3333

3434
- name: Build Windows executable
3535
run: pp -M sub::Util -o zap2xml.exe zap2xml.pl

0 commit comments

Comments
 (0)