Skip to content

Commit 60fd53e

Browse files
Fix release-windows workflow (#3552)
1 parent 662ada6 commit 60fd53e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030

3131
- name: Install PCRE
3232
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
33+
curl -fsSL https://github.com/pfultz2/pcre/archive/refs/tags/8.45.zip -o pcre-8.45.zip
34+
7z x pcre-8.45.zip
35+
cd pcre-8.45
3636
cmake . -G "Visual Studio 16 2019" -A x64
3737
msbuild -m PCRE.sln /p:Configuration=Release /p:Platform=x64
3838
dir

0 commit comments

Comments
 (0)