mirror of https://github.com/OpenTTD/OpenTTD
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
parent
71b8801b61
commit
b70a191237
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue