1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-14 10:12:59 +02:00
vcmi/CI/android/before_install.sh

7 lines
163 B
Bash
Raw Normal View History

2023-02-26 14:53:51 +02:00
#!/usr/bin/env bash
2024-04-22 09:26:05 +02:00
echo "ANDROID_NDK_ROOT=$ANDROID_HOME/ndk/25.2.9519653" >> $GITHUB_ENV
brew install ninja
2023-02-26 14:53:51 +02:00
. CI/install_conan_dependencies.sh "$DEPS_FILENAME"