diff --git a/CI/before_install.osx.sh b/CI/before_install.osx.sh index 1ca0fc6119..d962e76086 100755 --- a/CI/before_install.osx.sh +++ b/CI/before_install.osx.sh @@ -15,8 +15,10 @@ ccache --version cmake --version qmake --version +brew install lua + curl -fSL -R -J https://gitlab.com/OpenMW/openmw-deps/-/raw/main/macos/openmw-deps-20210617.zip -o ~/openmw-deps.zip unzip -o ~/openmw-deps.zip -d /private/tmp/openmw-deps > /dev/null # additional libraries -[ -z "${TRAVIS}" ] && HOMEBREW_NO_AUTO_UPDATE=1 brew install fontconfig \ No newline at end of file +[ -z "${TRAVIS}" ] && HOMEBREW_NO_AUTO_UPDATE=1 brew install fontconfig diff --git a/CI/before_script.osx.sh b/CI/before_script.osx.sh index 265e05b8ee..27667c1c82 100755 --- a/CI/before_script.osx.sh +++ b/CI/before_script.osx.sh @@ -25,5 +25,6 @@ cmake \ -D BUILD_BSATOOL=TRUE \ -D BUILD_ESSIMPORTER=TRUE \ -D BUILD_NIFTEST=TRUE \ +-D USE_LUAJIT=FALSE \ -G"Unix Makefiles" \ ..