Skip to content

Commit a08b49b

Browse files
authored
ci: old
1 parent f4a3ef0 commit a08b49b

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

.github/workflows/ci.yaml

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

3131
- name: Install Perl dependencies for Windows build
32-
run: cpanm --install --notest PAR PAR::Dist PAR::Packer sub::Util
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
3348
3449
- name: Build Windows executable
35-
run: pp -M sub::Util -o zap2xml.exe zap2xml.pl
50+
run: pp -o zap2xml.exe zap2xml.pl
3651

3752
- name: Cache once for testing
3853
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)