Merge pull request #2433 from Exiv2/fixCygwin

Replace cygwin github action
This commit is contained in:
Luis Díaz Más 2022-11-30 19:16:17 +01:00 committed by GitHub
commit 3dd881fb12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,7 +156,7 @@ jobs:
SHELLOPTS: igncr
defaults:
run:
shell: C:\tools\cygwin\bin\bash.exe -eo pipefail '{0}'
shell: C:\cygwin\bin\bash.exe -eo pipefail '{0}'
steps:
# Make sure we don't check out scripts using Windows CRLF line endings
- run: git config --global core.autocrlf input
@ -164,7 +164,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Cygwin
uses: egor-tensin/setup-cygwin@v3
uses: cygwin/cygwin-install-action@v3
with:
platform: ${{matrix.platform}}
packages: >-
@ -180,6 +180,7 @@ jobs:
libbrotlicommon1
libbrotlidec1
libbrotli-devel
- name: Build
run: |
cmake -GNinja \