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

Formatting.

parent 4903232c
Branches
No related tags found
No related merge requests found
...@@ -313,8 +313,7 @@ class OpenSKInstaller: ...@@ -313,8 +313,7 @@ class OpenSKInstaller:
target_toolchain[1] in current_version): target_toolchain[1] in current_version):
info("Updating rust toolchain to {}".format("-".join(target_toolchain))) info("Updating rust toolchain to {}".format("-".join(target_toolchain)))
# Need to update # Need to update
self.checked_command( self.checked_command(["rustup", "install", target_toolchain_fullstring])
["rustup", "install", target_toolchain_fullstring])
self.checked_command( self.checked_command(
["rustup", "target", "add", SUPPORTED_BOARDS[self.args.board].arch]) ["rustup", "target", "add", SUPPORTED_BOARDS[self.args.board].arch])
info("Rust toolchain up-to-date") 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