mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 15:10:27 +00:00
Add todo comment about cargo-binstall PR
https://github.com/cargo-bins/cargo-binstall/pull/2533
This commit is contained in:
2
main.sh
2
main.sh
@@ -935,6 +935,8 @@ if [[ ${#unsupported_tools[@]} -gt 0 ]]; then
|
|||||||
# Since the build script can access the token when `cargo install` is called
|
# Since the build script can access the token when `cargo install` is called
|
||||||
# within `cargo-binstall`, disables building from source in cargo-binstall
|
# within `cargo-binstall`, disables building from source in cargo-binstall
|
||||||
# and fallback to `cargo install` which doesn't need the token.
|
# and fallback to `cargo install` which doesn't need the token.
|
||||||
|
# TODO: once https://github.com/cargo-bins/cargo-binstall/pull/2533 merged,
|
||||||
|
# we can remove this and use batch install again.
|
||||||
--disable-strategies compile
|
--disable-strategies compile
|
||||||
)
|
)
|
||||||
unsupported_tools2=()
|
unsupported_tools2=()
|
||||||
|
|||||||
Reference in New Issue
Block a user