mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Autoinstall dev-platform for the "clean" target
This commit is contained in:
@ -71,7 +71,7 @@ class EnvironmentProcessor(object):
|
|||||||
{"project_targets": build_targets},
|
{"project_targets": build_targets},
|
||||||
)
|
)
|
||||||
|
|
||||||
result = PlatformFactory.new(self.options["platform"]).run(
|
result = PlatformFactory.new(self.options["platform"], autoinstall=True).run(
|
||||||
build_vars, build_targets, self.silent, self.verbose, self.jobs
|
build_vars, build_targets, self.silent, self.verbose, self.jobs
|
||||||
)
|
)
|
||||||
return result["returncode"] == 0
|
return result["returncode"] == 0
|
||||||
|
Reference in New Issue
Block a user