Skip to content

Commit 2485284

Browse files
author
Jorge Aparicio
committed
fix target name in case
1 parent 4b07c4b commit 2485284

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ install_deps() {
1212

1313
install_qemu() {
1414
case $TARGET in
15-
powerpc64-unknown-linux-gnu)
16-
sudo apt-get install -y --no-install-recommends \
17-
qemu-user
15+
powerpc64le-unknown-linux-gnu)
16+
apt-get install -y --no-install-recommends \
17+
qemu-user
1818
;;
1919
esac
2020
}

0 commit comments

Comments
 (0)