From 7b4412758ce9c05c664b244174b729fcbf0fc76c Mon Sep 17 00:00:00 2001 From: Andrey Filipenkov Date: Fri, 16 Sep 2022 19:53:45 +0300 Subject: [PATCH] [CI] download dependencies from VCMI repo --- CI/ios/before_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/ios/before_install.sh b/CI/ios/before_install.sh index 137b3063f..b19cd9828 100755 --- a/CI/ios/before_install.sh +++ b/CI/ios/before_install.sh @@ -2,6 +2,6 @@ echo DEVELOPER_DIR=/Applications/Xcode_13.4.1.app >> $GITHUB_ENV -curl -L 'https://github.com/kambala-decapitator/vcmi-ios-depends/releases/latest/download/vcmi-ios-depends-xc13.2.1.txz' \ +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