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:
@@ -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", || {
|
||||
|
||||
Reference in New Issue
Block a user