Skip to content

Commit edce344

Browse files
author
Jorge Aparicio
committed
fix target triple
1 parent 8f5c559 commit edce344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install_deps() {
1212

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

0 commit comments

Comments
 (0)