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/toolchains
|
||||||
~/.rustup/settings.toml
|
~/.rustup/settings.toml
|
||||||
target
|
target
|
||||||
key: rust-linux-${{ steps.hash.outputs.hash }}
|
key: rust-Linux-${{ steps.hash.outputs.hash }}
|
||||||
restore-keys: rust-linux-
|
restore-keys: rust-Linux-
|
||||||
|
|
||||||
- name: Setup Rust
|
- name: Setup Rust
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user