Skip to content

Commit

Permalink
Add missing rustfmt install for rust-version toolchain (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Feb 22, 2023
1 parent da07cd4 commit 0b0498e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/rust-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export rust_nightly_docker_image=solanalabs/rust-nightly:"$nightly_version"
echo "$0: Missing toolchain? Installing...: $toolchain" >&2
rustup install "$toolchain"
cargo +"$toolchain" -V
rustup component add rustfmt --toolchain $toolchain
fi
}

Expand Down

0 comments on commit 0b0498e

Please sign in to comment.