travis update attempt 4
Pass --allow-unauthenticated to apt when installing mxe packages, perhaps the gpg key changed. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
7b3a3a0c4f
commit
77bcbbf445
|
@ -351,7 +351,7 @@ EOF
|
||||||
done
|
done
|
||||||
check sudo apt-get -qq -y update
|
check sudo apt-get -qq -y update
|
||||||
# native wx-common needed for wxrc executable
|
# native wx-common needed for wxrc executable
|
||||||
check sudo apt-get -qy install build-essential cmake ccache wx-common "$@"
|
check sudo apt-get -qy --allow-unauthenticated install build-essential cmake ccache wx-common "$@"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
build_instructions
|
build_instructions
|
||||||
|
|
Loading…
Reference in New Issue