Skip to content

Commit 28b5deb

Browse files
committed
Trying to fix *BSD
This'll be a long process... hang on a bit.
1 parent 660f087 commit 28b5deb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,17 @@ jobs:
2929
pkg: pkg install -y
3030
version: 14.1
3131
perl:
32-
- "5.40.2"
32+
- "5.40"
33+
perl_subversion:
34+
- "2"
3335
max-parallel: 5
3436
uses: sanko/actions/.github/workflows/affix-cross.yml@main
3537
with:
3638
arch: '${{ matrix.os.architecture }}'
3739
host: '${{ matrix.os.host }}'
3840
os: '${{ matrix.os.name }}'
3941
perl: '${{ matrix.perl }}'
42+
perl_subversion: '${{ matrix.perl_subversion }}'
4043
pkg: '${{ matrix.os.pkg }}'
4144
version: '${{ matrix.os.version }}'
4245
linux:

0 commit comments

Comments
 (0)