Bläddra i källkod

mac: use stable ffmpeg for CI

Konstantin 3 år sedan
förälder
incheckning
45bdacb119
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      CI/mac/before_install.sh

+ 1 - 1
CI/mac/before_install.sh

@@ -2,7 +2,7 @@
 
 brew update
 #brew pin [email protected]
-brew install smpeg2 libpng freetype qt5 ffmpeg@4 ninja boost tbb luajit
+brew install smpeg2 libpng freetype qt5 ffmpeg ninja boost tbb luajit
 brew install sdl2 sdl2_ttf sdl2_image sdl2_mixer
 
 echo CMAKE_PREFIX_PATH="/usr/local/opt/ffmpeg@4:/usr/local/opt/qt5:$CMAKE_PREFIX_PATH" >> $GITHUB_ENV