houseabsolute / actions-rust-cross

GitHub Action to compile Rust with cross
Apache License 2.0
121 stars 13 forks source link

Would love to be able to run this in a subdirectory in a monorepo #6

Closed aaronvg closed 1 year ago

aaronvg commented 1 year ago

Unfortunately this fails on monorepos since one can't set the working directory of actions.

Appreciate the tutorial you wrote!

aaronvg commented 1 year ago

https://github.com/houseabsolute/actions-rust-cross/pull/7

autarch commented 1 year ago

I just released v0.0.9 which implements this. I called the parameter working-directory since that's what GH Actions calls it for its own commands. Thanks!