Skip to content

Commit 97f4482

Browse files
authored
Bump pcre to 10.46 on Windows CI
1 parent 3a0f050 commit 97f4482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
submodules: recursive
2020

2121
- name: Download PCRE2 sources
22-
run: ./init.ps1 -pcre "10.45"
22+
run: ./init.ps1 -pcre "10.46"
2323

2424
- name: Build and install PCRE2
2525
run: ./build.ps1 -proj pcre2 -config ${{ matrix.build_configuration }} -arch ${{ matrix.build_platform }} -vsver ${{ matrix.build_vsver }} -init -install

0 commit comments

Comments
 (0)