File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ Download pcre2
119119You have to download and extract the pcre2 sources after checkout.
120120
121121``` powershell
122- ~> ./init.ps1 [-pcre "10.45 "]
122+ ~> ./init.ps1 [-pcre "10.46 "]
123123```
124124
125125Arguments:
Original file line number Diff line number Diff line change 11param (
2- $pcre = " 10.45 "
2+ $pcre = " 10.46 "
33)
44
55$ErrorActionPreference = " Stop"
You can’t perform that action at this time.
0 commit comments