mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-12 17:19:09 +00:00
Fix: [CI] unbreak Linux releases by using a slightly older rust-cache action
The maintainer bumped node16 -> node20 in a patch version, which is a bit awkward for us, as we can't run node20 in this workflow (yet). Most other actions used a major version for that, and for similar reasons we cannot upgrade "download-artifact" to v4. This is a temporary solution, while we start looking into how to support node20 in this workflow.
This commit is contained in:
2
.github/workflows/release-linux.yml
vendored
2
.github/workflows/release-linux.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
|||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
- name: Enable Rust cache
|
- name: Enable Rust cache
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2.7.0
|
||||||
|
|
||||||
- name: Setup vcpkg caching
|
- name: Setup vcpkg caching
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
|
Reference in New Issue
Block a user