Travis: Fix osx deps

This commit is contained in:
Vicki Pfau 2020-02-01 12:39:39 -08:00
parent af59e28f90
commit fb652f411a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
if [ $TRAVIS_OS_NAME = "osx" ]; then if [ $TRAVIS_OS_NAME = "osx" ]; then
brew update brew update
brew install qt5 ffmpeg sdl2 libedit libelf libpng libzip brew install qt5 ffmpeg sdl2 libelf libpng libzip
else else
sudo apt-get update sudo apt-get update
sudo apt-get -y install libseccomp2 sudo apt-get -y install libseccomp2