Skip to content

Commit

Permalink
Remove overall vcpkg cache of all installed packages
Browse files Browse the repository at this point in the history
This means we rely on the caches of each individual binary package, rather than the entire collection of all of them.
  • Loading branch information
DanRStevens committed Nov 27, 2024
1 parent dada8b1 commit b436350
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ jobs:
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- name: Restore vcpkg dependency cache
uses: actions/cache@v4
id: cache
with:
path: vcpkg_installed
key: ${{ runner.os }}-${{ matrix.platform }}-${{ hashFiles('vcpkg.json') }}

- name: Restore incremental build cache
uses: actions/cache/restore@v4
if: github.ref != format('refs/heads/{0}', github.event.repository.default_branch)
Expand Down

0 comments on commit b436350

Please sign in to comment.