cross: reformat
Some checks failed
CI / build (pull_request) Failing after 5m34s

This commit is contained in:
2025-12-25 16:14:53 +01:00
parent 32f44f0003
commit 616aee9ac0

View File

@@ -153,7 +153,8 @@ pub fn setup_environment(
let dpkg_architecture = String::from_utf8( let dpkg_architecture = String::from_utf8(
context::current() context::current()
.command("dpkg-architecture") .command("dpkg-architecture")
.arg(format!("-a{}", arch)) .arg("-a")
.arg(arch)
.output()? .output()?
.stdout, .stdout,
)?; )?;