From 526a0db9567f55f1474a1e1a11e2cd7e69dc15f9 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sat, 20 Jan 2024 23:05:56 +0100 Subject: [PATCH] Fix: [CI] don't share Rust cache between legacy and generic linux (#11848) The resulting binaries of generic can't run on legacy. --- .github/workflows/release-linux-legacy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-linux-legacy.yml b/.github/workflows/release-linux-legacy.yml index 8cf8d840f3..a9c1a23b32 100644 --- a/.github/workflows/release-linux-legacy.yml +++ b/.github/workflows/release-linux-legacy.yml @@ -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