Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install_crate does not get overridden #1063

Closed
wmmc88 opened this issue Apr 2, 2024 · 1 comment
Closed

install_crate does not get overridden #1063

wmmc88 opened this issue Apr 2, 2024 · 1 comment
Assignees
Labels

Comments

@wmmc88
Copy link
Contributor

wmmc88 commented Apr 2, 2024

Describe The Bug

The install_crate of defined tasks cannot be overriden.

To Reproduce

[tasks.test]
install_crate = { crate_name = "cargo-expand", version = "1.0.80" }

[tasks.test] defines install_crate = false. I expect to be able to override this per the docs. When I add the above snippet to my makefile, cargo-make still does not try to install cargo-expand.

@sagiegurari
Copy link
Owner

see what i wrote in #1062
the core of the issue is that the format you used to define the installation is wrong. i wrote the available ones in the other issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants