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 Oct 13, 2023. It is now read-only.
It was intentional not to support any additional arguments for cargo install command for the first public version; most of the cargo plugins and other tools do not use cargo features, so we can speed up installation for them at least.
diesel-cli and other binary crates, which are requiring features to be set, are definitely a great thing to add into the tools cache, but you are correct about the cache bloating, though, so this thing needs to be thinked about first.
Motivation
I currently use this line in my workflows:
This action currently doesn't allow specifying features (or removing default features) of a crate, and that would be nice.
Workflow example
Additional context
If we want to also support cache for this, we would need to add cache for different feature matrices, which might prove difficult.
The text was updated successfully, but these errors were encountered: