5 Commits

Author SHA1 Message Date
Dave Rolsky
ea9defd544
Allow any command to support things like cargo-deb 2025-04-12 09:06:04 -05:00
Dave Rolsky
56f0ba980e
Remove validation of the toolchain input
The `dtolnay/rust-toolchain` action accepts a lot of options, including things like "stable 8 weeks
ago". Instead of trying to have this action validate the input, we'll leave it to
`dtolnay/rust-toolchain`.

This also adds tests using non-stable toolchains.
2025-04-12 09:04:33 -05:00
Dave Rolsky
885ad4bc41
Fix validator to always print input names with dashes in errors 2025-02-16 11:15:21 -06:00
Dave Rolsky
c40b27b8f9
Add a force-use-cross input 2025-02-16 11:15:19 -06:00
Dave Rolsky
dad7ec15de
Validate inputs to this action 2024-12-21 22:17:14 -06:00