summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2023-10-03 12:43:02 +0200
committerKarel Miko <karel.miko@gmail.com>2023-10-03 12:43:02 +0200
commitaf73cc1b2a246de967f14f4f8b45792af51c501c (patch)
treed7d20d0ff571cc99a74ea64d7f33a66665f553c8
parentf8a88cc48c2e1f2fea8b062bf60d1a47f88f398f (diff)
tuning github/workflows (2)
-rw-r--r--.github/workflows/01-main-tests.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/workflows/01-main-tests.yml b/.github/workflows/01-main-tests.yml
index 2c0bb899..64bc29d4 100644
--- a/.github/workflows/01-main-tests.yml
+++ b/.github/workflows/01-main-tests.yml
@@ -51,7 +51,6 @@ jobs:
mac:
runs-on: macOS-latest
-
steps:
- uses: actions/checkout@v3
- name: Set up Perl
@@ -72,7 +71,6 @@ jobs:
windows:
runs-on: windows-latest
-
steps:
- name: Set git to use LF
run: |
@@ -99,7 +97,11 @@ jobs:
cygwin:
runs-on: windows-latest
-
+ strategy:
+ matrix:
+ cygwin-platform:
+ - x86
+ - x64
steps:
- name: Set git to use LF
run: |
@@ -108,7 +110,7 @@ jobs:
- name: Set up Cygwin
uses: egor-tensin/setup-cygwin@v4
with:
- platform: x64
+ platform: ${{ matrix.cygwin-platform }}
packages: perl_base perl-ExtUtils-MakeMaker perl-JSON make gcc-g++ bash libcrypt-devel libnsl-devel
- uses: actions/checkout@v3
- run: perl -V