wipe swift 4.x builded binaries
This commit is contained in:
parent
8bbbf9f01f
commit
a09f6a724a
|
|
@ -11,7 +11,10 @@ before_all do |lane, options|
|
|||
end
|
||||
|
||||
if File.exists? "../Cartfile"
|
||||
carthage(platform: "iOS")
|
||||
# wipe swift 4.x builded binaries
|
||||
sh("rm -rf ~/Library/Caches/org.carthage.CarthageKit")
|
||||
|
||||
carthage(command: "update", platform: "iOS")
|
||||
end
|
||||
|
||||
cocoapods(
|
||||
|
|
|
|||
Loading…
Reference in New Issue