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
|
~/.rustup/settings.toml
|
||||||
target
|
target
|
||||||
key: rust-${{ runner.os }}-${{ steps.hash.outputs.hash }}
|
key: rust-${{ runner.os }}-${{ steps.hash.outputs.hash }}
|
||||||
restore-keys: |
|
restore-keys: rust-${{ runner.os }}-
|
||||||
rust-${{ runner.os }}-
|
|
||||||
|
|
||||||
- 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