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 660f087 commit 28b5debCopy full SHA for 28b5deb
1 file changed
.github/workflows/ci.yml
@@ -29,14 +29,17 @@ jobs:
29
pkg: pkg install -y
30
version: 14.1
31
perl:
32
- - "5.40.2"
+ - "5.40"
33
+ perl_subversion:
34
+ - "2"
35
max-parallel: 5
36
uses: sanko/actions/.github/workflows/affix-cross.yml@main
37
with:
38
arch: '${{ matrix.os.architecture }}'
39
host: '${{ matrix.os.host }}'
40
os: '${{ matrix.os.name }}'
41
perl: '${{ matrix.perl }}'
42
+ perl_subversion: '${{ matrix.perl_subversion }}'
43
pkg: '${{ matrix.os.pkg }}'
44
version: '${{ matrix.os.version }}'
45
linux:
0 commit comments