Skip to content

Commit ed068e6

Browse files
author
Jorge Aparicio
committed
fix case syntax
1 parent edbde8c commit ed068e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install_deps() {
1212

1313
install_qemu() {
1414
case $TARGET in
15-
mips-unknown-linux-gnu |
15+
mips-unknown-linux-gnu | \
1616
powerpc64le-unknown-linux-gnu)
1717
apt-get install -y --no-install-recommends \
1818
qemu-user

0 commit comments

Comments
 (0)