mirror of https://github.com/OpenTTD/OpenTTD
Fix: [CI] don't share Rust cache between legacy and generic linux (#11848)
The resulting binaries of generic can't run on legacy.pull/11845/head
parent
2d77f09a81
commit
526a0db956
|
@ -52,6 +52,8 @@ jobs:
|
||||||
|
|
||||||
- name: Enable Rust cache
|
- name: Enable Rust cache
|
||||||
uses: Swatinem/rust-cache@v2.7.0
|
uses: Swatinem/rust-cache@v2.7.0
|
||||||
|
with:
|
||||||
|
key: legacy
|
||||||
|
|
||||||
- name: Setup vcpkg caching
|
- name: Setup vcpkg caching
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
|
|
Loading…
Reference in New Issue