From 773265b6dc0e3617e32dd8e506bf100e01cfd906 Mon Sep 17 00:00:00 2001 From: Luis Diaz Mas Date: Tue, 29 Nov 2022 18:51:51 +0100 Subject: [PATCH] Replace cygwin github action --- .github/workflows/on_PR_windows_matrix.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_PR_windows_matrix.yml b/.github/workflows/on_PR_windows_matrix.yml index 1455d7ea..06f0c913 100644 --- a/.github/workflows/on_PR_windows_matrix.yml +++ b/.github/workflows/on_PR_windows_matrix.yml @@ -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 \