1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-16 10:19:47 +02:00
vcmi/CI/android/before_install.sh
2024-08-20 19:23:55 +00:00

7 lines
163 B
Bash
Executable File

#!/usr/bin/env bash
echo "ANDROID_NDK_ROOT=$ANDROID_HOME/ndk/25.2.9519653" >> $GITHUB_ENV
brew install ninja
. CI/install_conan_dependencies.sh "$DEPS_FILENAME"