Browse Source

add missing apt-get update

Jorge Aparicio 8 năm trước cách đây
mục cha
commit
9bee966c00
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
             ;;