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 06704f1 commit e0da370Copy full SHA for e0da370
1 file changed
.github/workflows/ci.yaml
@@ -24,13 +24,11 @@ jobs:
24
uses: actions/checkout@v4
25
26
- name: Setup Perl for Windows build
27
- if: ${{ steps.release.outputs.release_created }}
28
uses: shogo82148/actions-setup-perl@v1
29
with:
30
perl-version: "5.42"
31
32
- name: Install Perl dependencies for Windows build
33
34
run: |
35
cpanm --notest PAR::Packer
36
cpanm --notest Compress::Zlib
0 commit comments