From 051b1bb3fe1dc4081503580d4f35303a59f9563b 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 739815f83..e0f9175a8 100644 --- a/.github/workflows/CI-windows.yml +++ b/.github/workflows/CI-windows.yml @@ -34,6 +34,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!