mirror of
https://github.com/vicr123/the-libs.git
synced 2025-01-22 10:22:03 -05:00
Fix Travis build
This commit is contained in:
parent
808e652c96
commit
06739325b5
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ elif [ $STAGE = "before_install" ]; then
|
|||
if [ $TRAVIS_OS_NAME = "linux" ]; then
|
||||
sudo add-apt-repository -y ppa:beineri/opt-qt-5.10.0-xenial
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install qt510-meta-minimal qt510x11extras qt510tools qt510translations qt510svg qt510websockets xorg-dev libxcb-util0-dev libgl1-mesa-dev
|
||||
sudo apt-get install qt510-meta-minimal qt510multimedia qt510x11extras qt510tools qt510translations qt510svg qt510websockets xorg-dev libxcb-util0-dev libgl1-mesa-dev
|
||||
else
|
||||
echo "[TRAVIS] Preparing to build for macOS"
|
||||
brew update
|
||||
|
|
Loading…
Reference in a new issue