Explorar el Código

add missing apt-get update

Jorge Aparicio hace 8 años
padre
commit
9bee966c00
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      ci/install.sh

+ 1 - 0
ci/install.sh

@@ -6,6 +6,7 @@ install_qemu() {
     case ${QEMU_ARCH:-$TRAVIS_OS_NAME} in
         i386)
             dpkg --add-architecture $QEMU_ARCH
+            apt-get update
             apt-get install -y --no-install-recommends \
                     binfmt-support qemu-user-static:$QEMU_ARCH
             ;;