Skip to content

Commit

Permalink
Add vcpkgCache- prefix to cache key
Browse files Browse the repository at this point in the history
This makes the `key` more consistent with the `buildCachei-` prefixed `key`. This should make it easier to see the purpose of the cache entry on the caches page:

https://github.com/lairworks/nas2d-core/actions/caches
  • Loading branch information
DanRStevens committed Nov 27, 2024
1 parent d9c8d88 commit 9bfd601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: cache
with:
path: vcpkg_installed
key: ${{ runner.os }}-${{ matrix.platform }}-${{ hashFiles('vcpkg.json') }}
key: vcpkgCache-${{ runner.os }}-${{ matrix.platform }}-${{ hashFiles('vcpkg.json') }}

- name: Restore incremental build cache
uses: actions/cache/restore@v4
Expand Down

0 comments on commit 9bfd601

Please sign in to comment.