We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1ec26 commit 31ddef5Copy full SHA for 31ddef5
1 file changed
.github/workflows/CI-windows.yml
@@ -36,6 +36,7 @@ jobs:
36
uses: microsoft/setup-msbuild@v1.0.2
37
38
- name: Install PCRE
39
+ if: false
40
run: |
41
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.arch }} || exit /b !errorlevel!
42
curl -fsSL https://ftp.pcre.org/pub/pcre/pcre-%PCRE_VERSION%.zip -o pcre-%PCRE_VERSION%.zip || exit /b !errorlevel!
0 commit comments