feat: support LURE (#537)

This commit is contained in:
SteveLauC
2023-08-15 08:36:20 +08:00
committed by GitHub
parent 48ae4bf813
commit dc78b00c3c
3 changed files with 18 additions and 0 deletions

View File

@@ -205,6 +205,7 @@ fn run() -> Result<()> {
runner.execute(Step::BrewFormula, "Brew", || {
unix::run_brew_formula(&ctx, unix::BrewVariant::Path)
})?;
runner.execute(Step::Lure, "LURE", || linux::run_lure_update(&ctx))?;
}
#[cfg(target_os = "macos")]