1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-10-06 09:07:19 +02:00

ci: upgrade python before general upgrade

This commit is contained in:
Anonymous Maarten 2018-03-17 12:52:24 +01:00 committed by Daniel Evans
parent b8bf99ed1f
commit d03a33c284

View File

@ -25,6 +25,7 @@ matrix:
osx_image: xcode9.2
install:
- brew update
- brew upgrade python
- brew upgrade
- brew install boost cmake bullet ffmpeg glm openal-soft qt5 sdl2 jack
- export PATH="/usr/local/opt/qt/bin:$PATH"