Skip to content

Commit 31ddef5

Browse files
committed
skip 'install pcre' step in windows github action, it failed because curl timed out
1 parent 9d1ec26 commit 31ddef5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/CI-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
uses: microsoft/setup-msbuild@v1.0.2
3737

3838
- name: Install PCRE
39+
if: false
3940
run: |
4041
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.arch }} || exit /b !errorlevel!
4142
curl -fsSL https://ftp.pcre.org/pub/pcre/pcre-%PCRE_VERSION%.zip -o pcre-%PCRE_VERSION%.zip || exit /b !errorlevel!

0 commit comments

Comments
 (0)