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.
Is this related to the actions-rs Actions?
If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community
Is this something you can debug and fix? Send a pull request! Bug fixes and documentation fixes are welcome.
Motivation
As an action-rs/install user, it would be useful to have the ability to also install crates using Git URLs, and not just crates published on crates.io.
Also it would match the actual cargo install command better, since it has the --git/--branch/--tag/--rev flags precisely for this purpose.
One use-case for example is old, unmaintained crates with a new fork that doesn't have its own published crate.
Do the checklist before filing an issue:
actions-rs
Actions?If you think it's a problem related to Github Actions in general, use GitHub Community forum instead: https://github.community
Motivation
As an
action-rs/install
user, it would be useful to have the ability to also install crates using Git URLs, and not just crates published on crates.io.Also it would match the actual
cargo install
command better, since it has the--git
/--branch
/--tag
/--rev
flags precisely for this purpose.One use-case for example is old, unmaintained crates with a new fork that doesn't have its own published crate.
Workflow example
The text was updated successfully, but these errors were encountered: