summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2023-10-03 12:52:56 +0200
committerKarel Miko <karel.miko@gmail.com>2023-10-03 12:52:56 +0200
commite5bfac7117733f9bcc550be8626619aac996c42a (patch)
tree423538007e495dcd1e0ddc703e27c80f1cd85530
parenta0e431a0b504cf8484b78554e93a90865235c8c3 (diff)
tuning github/workflows (4)
-rw-r--r--.github/workflows/01-main-tests.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/01-main-tests.yml b/.github/workflows/01-main-tests.yml
index 74d1c78e..793694a5 100644
--- a/.github/workflows/01-main-tests.yml
+++ b/.github/workflows/01-main-tests.yml
@@ -97,20 +97,14 @@ jobs:
cygwin:
runs-on: windows-latest
- strategy:
- matrix:
- cygwin-platform:
- - x86
- - x64
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- name: Set up Cygwin
- uses: egor-tensin/setup-cygwin@v3
+ uses: egor-tensin/setup-cygwin@v4
with:
- 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