From 88cad714f0c50f95bc63f6288603b2ba441e307f Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Tue, 7 Mar 2023 18:13:38 -0600 Subject: [PATCH] Attempt #1 to fix binary caching --- .github/workflows/ci-linux_mac.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-linux_mac.yml b/.github/workflows/ci-linux_mac.yml index bf33c2db50f..44194a3885f 100644 --- a/.github/workflows/ci-linux_mac.yml +++ b/.github/workflows/ci-linux_mac.yml @@ -63,13 +63,13 @@ jobs: uses: lukka/run-vcpkg@v10 id: runvcpkg with: - runVcpkgInstall: false vcpkgJsonGlob: 'vcpkg.json' vcpkgDirectory: '${{ github.workspace }}/external/vcpkg' - prependedCacheKey: 'cache-vsn-1' # We ended up with a cache of nothing that run-vcpkg won't replace + binaryCachePath: '${{ github.workspace }}/external/vcpkg_cache' + prependedCacheKey: 'cache-vsn-2' # We ended up with a cache of nothing that run-vcpkg won't replace - name: show-vcpkg-cache - run: find $GITHUB_WORKSPACE/../b/ + run: find $GITHUB_WORKSPACE/external/vcpkg_cache shell: bash - name: ccache