Merge pull request #190 from delibae/fix/vcpkg-cache-v2

fix: bump vcpkg cache for graphite2 overlay v2
This commit is contained in:
Hanjin Bae 2026-06-09 22:05:37 +09:00 committed by GitHub
commit 261a378fed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: