Changeset - r28532:224bd11aa87d
[Not reviewed]
master
0 1 0
Patric Stout - 3 months ago 2024-01-20 22:05:56
truebrain@openttd.org
Fix: [CI] don't share Rust cache between legacy and generic linux (#11848)

The resulting binaries of generic can't run on legacy.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.github/workflows/release-linux-legacy.yml
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)