Browse Source

CI: Need to install wine on main linux build too, checking bridges

tags/v2.3.0-RC1
falkTX 4 years ago
parent
commit
92064ca85a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis/before_install.sh

+ 1
- 1
.travis/before_install.sh View File

@@ -12,7 +12,7 @@ sudo add-apt-repository -y ppa:kxstudio-debian/toolchain

if [ "${TARGET}" = "linux-strict" ] || [ "${TARGET}" = "linux-juce-strict" ]; then
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
elif [ "${TARGET}" = "win32" ] || [ "${TARGET}" = "win64" ]; then
elif [ "${TARGET}" = "linux" ] || [ "${TARGET}" = "win32" ] || [ "${TARGET}" = "win64" ]; then
wget -qO- https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
fi


Loading…
Cancel
Save