Skip to content
Snippets Groups Projects
Commit ec2c3fb2 authored by Guillaume Endignoux's avatar Guillaume Endignoux
Browse files

Formatting.

parent 4903232c
No related branches found
No related tags found
No related merge requests found
......@@ -313,8 +313,7 @@ class OpenSKInstaller:
target_toolchain[1] in current_version):
info("Updating rust toolchain to {}".format("-".join(target_toolchain)))
# Need to update
self.checked_command(
["rustup", "install", target_toolchain_fullstring])
self.checked_command(["rustup", "install", target_toolchain_fullstring])
self.checked_command(
["rustup", "target", "add", SUPPORTED_BOARDS[self.args.board].arch])
info("Rust toolchain up-to-date")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment