File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments