mirror of https://github.com/PCSX2/pcsx2.git
ci: Fix Travis CI 32-bit builds
Build broke because Chrome is now 64-bit only. We don't use Chrome anyway, so let's just delete the Chrome repository list.
This commit is contained in:
parent
edef3ad8c3
commit
34ea33f237
|
@ -21,6 +21,9 @@ linux_32_before_install() {
|
|||
COMPILER_PACKAGE="g++-${VERSION}-multilib"
|
||||
fi
|
||||
|
||||
# apt-get update fails because Chrome is 64-bit only.
|
||||
sudo rm -f /etc/apt/sources.list.d/google-chrome.list
|
||||
|
||||
sudo apt-get -qq update
|
||||
|
||||
# The 64-bit versions of the first 7 dependencies are part of the initial
|
||||
|
|
Loading…
Reference in New Issue