You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
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.
Do the checklist before filing an issue:
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 theuse-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
The text was updated successfully, but these errors were encountered: