add missing apt-get update
This commit is contained in:
parent
18265c1061
commit
2d84d8acd4
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue