attempt to fix temporary cache issues

This commit is contained in:
Ivan Smolin 2019-03-29 11:03:57 +03:00
parent dd532f0aac
commit fb406b7940
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ private_lane :installDependencies do |options|
# wipe swift 4.x builded binaries
sh("rm -rf ~/Library/Caches/org.carthage.CarthageKit")
carthage(platform: "iOS")
carthage(command: "update", platform: "iOS")
end
cocoapods(