attempt to fix temporary cache issues
This commit is contained in:
parent
dd532f0aac
commit
fb406b7940
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue