forked from mirror/OpenTTD
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:
2
.github/workflows/release-linux-legacy.yml
vendored
2
.github/workflows/release-linux-legacy.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user