Skip to content

Commit f9a9866

Browse files
authored
ci: update deps and build
1 parent 3d47419 commit f9a9866

1 file changed

Lines changed: 2 additions & 17 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,10 @@ jobs:
2929
perl-version: "5.40"
3030

3131
- name: Install Perl dependencies for Windows build
32-
run: |
33-
cpanm --notest PAR::Packer
34-
cpanm --notest Compress::Zlib
35-
cpanm --notest Encode
36-
cpanm --notest File::Basename
37-
cpanm --notest File::Copy
38-
cpanm --notest Getopt::Std
39-
cpanm --notest HTTP::Cookies
40-
cpanm --notest URI
41-
cpanm --notest URI::Escape
42-
cpanm --notest LWP::UserAgent
43-
cpanm --notest LWP::ConnCache
44-
cpanm --notest POSIX
45-
cpanm --notest Time::Local
46-
cpanm --notest Time::Piece
47-
cpanm --notest JSON
32+
run: cpan -i PAR PAR::Dist PAR::Packer
4833

4934
- name: Build Windows executable
50-
run: pp -o zap2xml.exe zap2xml.pl
35+
run: pp -M sub::Util -o zap2xml.exe zap2xml.pl
5136

5237
- name: Cache once for testing
5338
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)