mirror of
https://github.com/actions-rust-lang/setup-rust-toolchain.git
synced 2024-12-26 17:00:34 +01:00
ci: fix cache test
This commit is contained in:
parent
922cc935eb
commit
15d0afaad9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -86,4 +86,4 @@ jobs:
|
||||||
cache-workspaces: |-
|
cache-workspaces: |-
|
||||||
./test-workspace
|
./test-workspace
|
||||||
|
|
||||||
- run: cargo clippy
|
- run: cargo clippy --manifest-path=./test-workspace/Cargo.toml
|
||||||
|
|
Loading…
Reference in a new issue