fmt
CI / build (push) Failing after 1m56s
CI / snap (push) Has been skipped

This commit is contained in:
2026-07-22 14:36:28 +02:00
parent 48248fdf9c
commit 768e1c4f78
7 changed files with 32 additions and 47 deletions
+2 -4
View File
@@ -148,12 +148,10 @@ pub async fn build(
)
})?;
if !status.success() {
return Err(
"apt-get update failed inside the build context. \
return Err("apt-get update failed inside the build context. \
If this is a local build, try executing with sudo, \
or re-run with RUST_LOG=debug for more details."
.into(),
);
.into());
}
// Install essential packages