Skip to content

Commit

Permalink
Fix: [CI] unbreak Linux releases by using a slightly older rust-cache…
Browse files Browse the repository at this point in the history
… action (OpenTTD#11758)

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.
  • Loading branch information
TrueBrain authored Jan 12, 2024
1 parent 94d3186 commit b181275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Enable Rust cache
uses: Swatinem/rust-cache@v2
uses: Swatinem/rust-cache@v2.7.0

- name: Setup vcpkg caching
uses: actions/github-script@v6
Expand Down

0 comments on commit b181275

Please sign in to comment.