mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-08 00:39:47 +02:00
8 lines
237 B
Bash
Executable File
8 lines
237 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo DEVELOPER_DIR=/Applications/Xcode_13.4.1.app >> $GITHUB_ENV
|
|
|
|
curl -L 'https://github.com/vcmi/vcmi-ios-deps/releases/latest/download/vcmi-ios-depends-xc13.2.1.txz' \
|
|
| tar -xf -
|
|
build/fix_install_paths.command
|