Cache vcpkg local app dir to restore built OpenSSL (#7496)

* Cache `${{ env.LOCALAPPDATA }}/vcpkg`

* Update ChangeLog
This commit is contained in:
Nick Bolton
2024-09-09 13:08:35 +01:00
committed by GitHub
parent 95dc894b84
commit adeb7aa009
2 changed files with 4 additions and 1 deletions

View File

@ -67,7 +67,9 @@ jobs:
- name: Cache vcpkg dir
uses: actions/cache@v4
with:
path: vcpkg_installed
path: |
vcpkg_installed
${{ env.LOCALAPPDATA }}/vcpkg
key: vcpkg-${{ runner.os }}-${{ hashFiles('vcpkg.json', 'vcpkg-configuration.json') }}
restore-keys: vcpkg-${{ runner.os }}

View File

@ -21,6 +21,7 @@ Enhancements:
- #7489 Add `--config-toml` arg for TOML config file
- #7492 Add warnings for `libei` and `libportal`
- #7495 Use 16-CPU CI runner for FreeBSD
- #7496 Cache vcpkg local app dir to restore built OpenSSL
# 1.15.1