Skip to content

Commit

Permalink
ci: force install additional bins
Browse files Browse the repository at this point in the history
  • Loading branch information
tommilligan committed Apr 25, 2022
1 parent fcb212a commit 8af4613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ set -exuo pipefail
cd "$(dirname "$0")"/..

rustup component add rustfmt clippy
cargo install cargo-audit
cargo install mdbook
cargo install cargo-audit --force
cargo install mdbook --force

0 comments on commit 8af4613

Please sign in to comment.