We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb75c9f commit f4a3ef0Copy full SHA for f4a3ef0
1 file changed
.github/workflows/ci.yaml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
build-docker:
10
- name: Build
+ name: Build Docker
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout repository
@@ -29,7 +29,7 @@ jobs:
29
perl-version: "5.40"
30
31
- name: Install Perl dependencies for Windows build
32
- run: cpan -i PAR PAR::Dist PAR::Packer sub::Util
+ run: cpanm --install --notest PAR PAR::Dist PAR::Packer sub::Util
33
34
- name: Build Windows executable
35
run: pp -M sub::Util -o zap2xml.exe zap2xml.pl
0 commit comments