before_install.sh 240 B

123456789
  1. #!/usr/bin/env bash
  2. echo DEVELOPER_DIR=/Applications/Xcode_14.2.app >> $GITHUB_ENV
  3. brew install ninja
  4. mkdir ~/.conan ; cd ~/.conan
  5. curl -L "https://github.com/vcmi/vcmi-deps-macos/releases/download/1.2/$DEPS_FILENAME.txz" \
  6. | tar -xf -