mirror of
https://github.com/delibae/claude-prism.git
synced 2026-08-28 05:14:59 +00:00
Merge pull request #190 from delibae/fix/vcpkg-cache-v2
fix: bump vcpkg cache for graphite2 overlay v2
This commit is contained in:
commit
261a378fed
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-desktop.yml
vendored
4
.github/workflows/build-desktop.yml
vendored
|
|
@ -463,7 +463,7 @@ jobs:
|
|||
uses: actions/cache/restore@v4
|
||||
with:
|
||||
path: ~/vcpkg/installed
|
||||
key: vcpkg-linux-x64-overlay-v1
|
||||
key: vcpkg-linux-x64-overlay-v2
|
||||
|
||||
- name: Install Linux dependencies (vcpkg)
|
||||
if: steps.vcpkg-cache.outputs.cache-hit != 'true'
|
||||
|
|
@ -482,7 +482,7 @@ jobs:
|
|||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: ~/vcpkg/installed
|
||||
key: vcpkg-linux-x64-overlay-v1
|
||||
key: vcpkg-linux-x64-overlay-v2
|
||||
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue