Explorar o código

Archive workflow now needs xcpretty (#9770)

Paul Beusterien %!s(int64=3) %!d(string=hai) anos
pai
achega
fbeb1cf435
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      scripts/test_archiving.sh

+ 1 - 0
scripts/test_archiving.sh

@@ -66,6 +66,7 @@ source scripts/buildcache.sh
 args=("${args[@]}" "${buildcache_xcb_flags[@]}")
 
 xcodebuild -version
+gem install xcpretty
 xcodebuild "${args[@]}" | xcpretty
 
 # Print the size if the Xcode build was successful.