We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2915f14 commit 1c24b68Copy full SHA for 1c24b68
1 file changed
runner/src/main.rs
@@ -156,9 +156,9 @@ fn install_arch_deps() {
156
} else {
157
// have QEMU and GCC but don't have p7zip
158
arch_install_deps
159
- .arg("apt-get")
160
- .arg("-y")
161
- .arg("install")
+ .arg("pacman")
+ .arg("--noconfirm")
+ .arg("-S")
162
.arg("p7zip");
163
164
let status = arch_install_deps.status().unwrap_or_else(|e| {
0 commit comments