Fix windows build (#303)

This commit is contained in:
Roey Darwish Dror
2023-01-09 09:50:21 +02:00
committed by GitHub
parent 938647123c
commit cba9dc1c2c

View File

@@ -48,7 +48,7 @@ pub fn run_winget(ctx: &ExecutionContext) -> Result<()> {
}
ctx.run_type()
.execute(&winget)
.execute(winget)
.args(["upgrade", "--all"])
.status_checked()
}