This commit is contained in:
@@ -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,
|
||||||
)?;
|
)?;
|
||||||
|
|||||||
Reference in New Issue
Block a user