Skip to content

Commit 9bee966

Browse files
author
Jorge Aparicio
committed
add missing apt-get update
1 parent c34b356 commit 9bee966

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ install_qemu() {
66
case ${QEMU_ARCH:-$TRAVIS_OS_NAME} in
77
i386)
88
dpkg --add-architecture $QEMU_ARCH
9+
apt-get update
910
apt-get install -y --no-install-recommends \
1011
binfmt-support qemu-user-static:$QEMU_ARCH
1112
;;

0 commit comments

Comments
 (0)