mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-16 02:47:36 +02:00
Try to fix mac build
This commit is contained in:
parent
b1252becc2
commit
aabc5afeef
@ -2,8 +2,10 @@
|
|||||||
|
|
||||||
echo DEVELOPER_DIR=/Applications/Xcode_13.4.1.app >> $GITHUB_ENV
|
echo DEVELOPER_DIR=/Applications/Xcode_13.4.1.app >> $GITHUB_ENV
|
||||||
|
|
||||||
brew install ninja enet
|
brew install ninja
|
||||||
|
|
||||||
mkdir ~/.conan ; cd ~/.conan
|
mkdir ~/.conan ; cd ~/.conan
|
||||||
curl -L "https://github.com/vcmi/vcmi-deps-macos/releases/download/1.1/$DEPS_FILENAME.txz" \
|
curl -L "https://github.com/vcmi/vcmi-deps-macos/releases/download/1.1/$DEPS_FILENAME.txz" \
|
||||||
| tar -xf -
|
| tar -xf -
|
||||||
|
|
||||||
|
brew install enet
|
Loading…
Reference in New Issue
Block a user