Skip to content

Commit

Permalink
Attempt #1 to fix binary caching
Browse files Browse the repository at this point in the history
  • Loading branch information
davisp committed Mar 8, 2023
1 parent 6e54a9b commit 88cad71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-linux_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88cad71

Please sign in to comment.