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

The resulting binaries of generic can't run on legacy.
This commit is contained in:
Patric Stout 2024-01-20 23:05:56 +01:00 committed by GitHub
parent 2d77f09a81
commit 526a0db956
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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