forked from mirrors/kingfisher
updated jsonwebtoken
This commit is contained in:
parent
d50ff3ff66
commit
3207176814
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -223,7 +223,7 @@ jobs:
|
|||
$dst = Join-Path $env:VCPKG_DOWNLOADS "pcre-8.45.zip"
|
||||
if (-not (Test-Path $dst)) {
|
||||
Invoke-WebRequest `
|
||||
-Uri "https://versaweb.dl.sourceforge.net/project/pcre/pcre/8.45/pcre-8.45.zip" `
|
||||
-Uri "https://netactuate.dl.sourceforge.net/project/pcre/pcre/8.45/pcre-8.45.zip" `
|
||||
-OutFile $dst -UseBasicParsing
|
||||
}
|
||||
Get-ChildItem $env:VCPKG_DOWNLOADS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue