fix: match cache key case from runner.os (Linux not linux)
Some checks failed
Rust Build / build (push) Failing after 2m22s

This commit is contained in:
Hermes
2026-05-02 14:24:01 -07:00
parent 2f97445ed8
commit bdbac0bee8

View File

@@ -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'