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 662ada6 commit 60fd53eCopy full SHA for 60fd53e
1 file changed
.github/workflows/release-windows.yml
@@ -30,9 +30,9 @@ jobs:
30
31
- name: Install PCRE
32
run: |
33
- curl -fsSL https://ftp.pcre.org/pub/pcre/pcre-8.44.zip -o pcre-8.44.zip
34
- 7z x pcre-8.44.zip
35
- cd pcre-8.44
+ curl -fsSL https://github.com/pfultz2/pcre/archive/refs/tags/8.45.zip -o pcre-8.45.zip
+ 7z x pcre-8.45.zip
+ cd pcre-8.45
36
cmake . -G "Visual Studio 16 2019" -A x64
37
msbuild -m PCRE.sln /p:Configuration=Release /p:Platform=x64
38
dir
0 commit comments