fix: hardcode linux in cache key since runner.os expression broken
Some checks failed
Rust Build / build (push) Failing after 35s
Some checks failed
Rust Build / build (push) Failing after 35s
This commit is contained in:
@@ -32,8 +32,8 @@ jobs:
|
||||
~/.rustup/toolchains
|
||||
~/.rustup/settings.toml
|
||||
target
|
||||
key: rust-${{ runner.os }}-${{ steps.hash.outputs.hash }}
|
||||
restore-keys: rust-${{ runner.os }}-
|
||||
key: rust-linux-${{ steps.hash.outputs.hash }}
|
||||
restore-keys: rust-linux-
|
||||
|
||||
- name: Setup Rust
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
|
||||
Reference in New Issue
Block a user