mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
8 lines
214 B
Bash
Executable File
8 lines
214 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo DEVELOPER_DIR=/Applications/Xcode_13.4.1.app >> $GITHUB_ENV
|
|
|
|
mkdir ~/.conan ; cd ~/.conan
|
|
curl -L 'https://github.com/vcmi/vcmi-ios-deps/releases/download/1.1/ios-arm64.xz' \
|
|
| tar -xf -
|