Ver Fonte

fix package name

Jorge Aparicio há 8 anos atrás
pai
commit
4b07c4bfb9
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      ci/install.sh

+ 1 - 1
ci/install.sh

@@ -37,7 +37,7 @@ install_c_toolchain() {
             ;;
         powerpc64le-unknown-linux-gnu)
             apt-get install -y --no-install-recommends \
-                    gcc-powerpc64le-linux-gnu libc6-dev-ppc64le-cross
+                    gcc-powerpc64le-linux-gnu libc6-dev-ppc64el-cross
             ;;
         *)
             ;;