Skip to content

Commit 1c24b68

Browse files
Oops
1 parent 2915f14 commit 1c24b68

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

runner/src/main.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ fn install_arch_deps() {
156156
} else {
157157
// have QEMU and GCC but don't have p7zip
158158
arch_install_deps
159-
.arg("apt-get")
160-
.arg("-y")
161-
.arg("install")
159+
.arg("pacman")
160+
.arg("--noconfirm")
161+
.arg("-S")
162162
.arg("p7zip");
163163

164164
let status = arch_install_deps.status().unwrap_or_else(|e| {

0 commit comments

Comments
 (0)