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 3a0f050 commit 97f4482Copy full SHA for 97f4482
.github/workflows/CI_build.yml
@@ -19,7 +19,7 @@ jobs:
19
submodules: recursive
20
21
- name: Download PCRE2 sources
22
- run: ./init.ps1 -pcre "10.45"
+ run: ./init.ps1 -pcre "10.46"
23
24
- name: Build and install PCRE2
25
run: ./build.ps1 -proj pcre2 -config ${{ matrix.build_configuration }} -arch ${{ matrix.build_platform }} -vsver ${{ matrix.build_vsver }} -init -install
0 commit comments