1
0
Fork 0

Fix: [CI] don't share Rust cache between legacy and generic linux

The resulting binaries of generic can't run on legacy.
pull/11848/head
Patric Stout 2024-01-20 22:30:30 +01:00
parent 71b8801b61
commit b70a191237
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ jobs:
- name: Enable Rust cache
uses: Swatinem/rust-cache@v2.7.0
with:
key: legacy
- name: Setup vcpkg caching
uses: actions/github-script@v6