Add support for the micro text editor (#635)

This commit is contained in:
M*C*O
2021-02-15 20:43:36 +01:00
committed by GitHub
parent f2b5530764
commit 513ffb8f22
3 changed files with 18 additions and 0 deletions

View File

@@ -309,6 +309,7 @@ fn run() -> Result<()> {
runner.execute(Step::Gcloud, "gcloud", || {
generic::run_gcloud_components_update(run_type)
})?;
runner.execute(Step::Micro, "micro", || generic::run_micro(run_type))?;
#[cfg(target_os = "linux")]
{