Skip to content

Commit

Permalink
fix shellcheck and cargo lock
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Feb 22, 2023
1 parent b99b386 commit 2a34adf
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 250 deletions.
2 changes: 1 addition & 1 deletion ci/rust-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +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
rustup component add rustfmt --toolchain "$toolchain"
fi
}

Expand Down
Loading

0 comments on commit 2a34adf

Please sign in to comment.