forked from mirrors/kingfisher
v1.63.0
This commit is contained in:
parent
4433b6e27b
commit
dca955a95c
20 changed files with 318 additions and 130 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -77,9 +77,10 @@ jobs:
|
|||
C:\vcpkg\downloads
|
||||
C:\vcpkg\archives
|
||||
C:\Users\runneradmin\AppData\Local\vcpkg\archives
|
||||
key: ${{ runner.os }}-vcpkg-hyperscan-542
|
||||
key: vcpkg-${{ runner.os }}-hs-542
|
||||
restore-keys: |
|
||||
${{ runner.os }}-vcpkg-
|
||||
vcpkg-${{ runner.os }}-
|
||||
vcpkg-
|
||||
|
||||
# Ensure downloads dir exists and seed PCRE 8.45 zip from a working mirror
|
||||
- name: Pre-seed PCRE 8.45 for vcpkg (bypass SourceForge redirect)
|
||||
|
|
|
|||
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -212,9 +212,10 @@ jobs:
|
|||
C:\vcpkg\downloads
|
||||
C:\vcpkg\archives
|
||||
C:\Users\runneradmin\AppData\Local\vcpkg\archives
|
||||
key: ${{ runner.os }}-vcpkg-hyperscan-542
|
||||
key: vcpkg-${{ runner.os }}-hs-542
|
||||
restore-keys: |
|
||||
${{ runner.os }}-vcpkg-
|
||||
vcpkg-${{ runner.os }}-
|
||||
vcpkg-
|
||||
|
||||
# Ensure downloads dir exists and seed PCRE 8.45 zip from a working mirror
|
||||
- name: Pre-seed PCRE 8.45 for vcpkg (bypass SourceForge redirect)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue