From 31ddef5f9102e3dcddb500785e20b7403441ab1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 6 Nov 2021 08:43:21 +0100 Subject: [PATCH] skip 'install pcre' step in windows github action, it failed because curl timed out --- .github/workflows/CI-windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI-windows.yml b/.github/workflows/CI-windows.yml index ae3425019..fef067e66 100644 --- a/.github/workflows/CI-windows.yml +++ b/.github/workflows/CI-windows.yml @@ -36,6 +36,7 @@ jobs: uses: microsoft/setup-msbuild@v1.0.2 - name: Install PCRE + if: false run: | call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.arch }} || exit /b !errorlevel! curl -fsSL https://ftp.pcre.org/pub/pcre/pcre-%PCRE_VERSION%.zip -o pcre-%PCRE_VERSION%.zip || exit /b !errorlevel!