This repository was archived by the owner on Jan 15, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Add a flag to install a crate in debug mode #10
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Do the checklist before filing an issue:
- Is this related to the actions-rs Actions? If not, use GitHub Community forum to ask questions about Actions in a whole: https://github.community
- You've read the Contributing section about feature requests: https://github.com/actions-rs/.github/blob/master/CONTRIBUTING.md#feature-requests
- Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome.
Motivation
Hi there, and thanks for writing this action! I have some tools from repositories and crates.io I'd like to install in my actions, and they tend to compile a lot faster in debug mode than in release mode.
Could you add a debug: true
flag to the action to make it easy to add new crates in debug mode? You could make it incompatible with the use-toolchain
option.
Additional context
The tools I'd like to install are:
https://github.com/facebookincubator/cargo-guppy (from the git repo)
https://crates.io/crates/cargo-readme
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request