Skip to content

Commit

Permalink
Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Apr 6, 2024
1 parent a39e1bf commit 5968b6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ update-json-schema: # updates the public JSON Schema for the config file
tools/rta dprint fmt > /dev/null

setup: setup-ci # install development dependencies on this computer
cargo install cargo-edit cargo-upgrades cargo-udeps --locked
cargo install cargo-edit cargo-upgrades --locked
echo
echo PLEASE DO THIS MANUALLY:
echo 1. install openssl-devel:
Expand All @@ -58,6 +58,7 @@ setup: setup-ci # install development dependencies on this computer
echo 2. `cargo install dprint --locked`

setup-ci: # prepares the CI server
cargo install cargo-udeps --locked
rustup toolchain add nightly
rustup component add rustfmt --toolchain nightly

Expand Down

0 comments on commit 5968b6e

Please sign in to comment.