mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-16 10:19:47 +02:00
8 lines
157 B
Bash
Executable File
8 lines
157 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo DEVELOPER_DIR=/Applications/Xcode_14.2.app >> $GITHUB_ENV
|
|
|
|
brew install ninja
|
|
|
|
. CI/install_conan_dependencies.sh "$DEPS_FILENAME"
|