From adeb7aa0092cac5df3e8748577cdd4c985f77c7f Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Mon, 9 Sep 2024 13:08:35 +0100 Subject: [PATCH] Cache vcpkg local app dir to restore built OpenSSL (#7496) * Cache `${{ env.LOCALAPPDATA }}/vcpkg` * Update ChangeLog --- .github/workflows/ci.yml | 4 +++- ChangeLog | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9419f156e..76c487138 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/ChangeLog b/ChangeLog index 7680e74be..4b47c4cbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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