mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
5 lines
110 B
Bash
Executable File
5 lines
110 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "ANDROID_NDK_ROOT=$ANDROID_HOME/ndk/25.2.9519653" >> $GITHUB_ENV
|
|
|
|
brew install ninja |