actions-rust-lang / setup-rust-toolchain

Setup a specific Rust toolchain with extra features like problem matchers
MIT License
196 stars 33 forks source link

Support for working-directories #49

Closed alexsavio closed 2 weeks ago

alexsavio commented 2 weeks ago

The Swatinem/rust-cache) action does not pick the working-directory that is set in the workflow. It cannot find a Cargo.toml because it is not in the root of the repository.

alexsavio commented 2 weeks ago

I see. sorry. I fixed it with the workspaces input parameter. Thank you!