Skip to content

Commit

Permalink
Cargo subcommand のインストール対象を整備する
Browse files Browse the repository at this point in the history
Fixes #101
  • Loading branch information
kuwata0037 committed Aug 15, 2023
1 parent 90f1b51 commit 464f680
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion run_once_install_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,15 @@ install_cargo_subcommand() {
curl -L --proto '=https' --tlsv1.2 -sSf \
https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
~/.cargo/bin/cargo binstall -y \
cargo-audit \
cargo-edit \
cargo-llvm-cov \
cargo-make \
cargo-nextest \
cargo-update
cargo-sort \
cargo-udeps \
cargo-update \
cargo-watch
else
echo "Cargo is not installed. Please install manually."
fi
Expand Down

0 comments on commit 464f680

Please sign in to comment.