fix: remove trailing newline from restore-keys
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:
@@ -33,8 +33,7 @@ jobs:
|
||||
~/.rustup/settings.toml
|
||||
target
|
||||
key: rust-${{ runner.os }}-${{ steps.hash.outputs.hash }}
|
||||
restore-keys: |
|
||||
rust-${{ runner.os }}-
|
||||
restore-keys: rust-${{ runner.os }}-
|
||||
|
||||
- name: Setup Rust
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
|
||||
Reference in New Issue
Block a user