fix: match cache key case from runner.os (Linux not linux)
Some checks failed
Rust Build / build (push) Failing after 2m22s
Some checks failed
Rust Build / build (push) Failing after 2m22s
This commit is contained in:
@@ -32,8 +32,8 @@ jobs:
|
||||
~/.rustup/toolchains
|
||||
~/.rustup/settings.toml
|
||||
target
|
||||
key: rust-linux-${{ steps.hash.outputs.hash }}
|
||||
restore-keys: rust-linux-
|
||||
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