feat: new step Lensfun's database update (#839)

* feat: new step Lensfun's database update

* refactor: take 1 as a success exit code
This commit is contained in:
SteveLauC
2024-06-30 22:41:09 +08:00
committed by GitHub
parent f2dfa1e475
commit 55e1bbf2b9
4 changed files with 53 additions and 0 deletions

View File

@@ -412,6 +412,9 @@ fn run() -> Result<()> {
runner.execute(Step::PlatformioCore, "PlatformIO Core", || {
generic::run_platform_io(&ctx)
})?;
runner.execute(Step::Lensfun, "Lensfun's database update", || {
generic::run_lensfun_update_data(&ctx)
})?;
if should_run_powershell {
runner.execute(Step::Powershell, "Powershell Modules Update", || {