From f5f574e39ddb4739d933eefd0e54012c43451f50 Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Tue, 16 Jun 2020 18:05:24 -0700 Subject: [PATCH] Remove brew dependencies (#172) --- .cirrus.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 9928498ea1..b708d7ff63 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -44,10 +44,6 @@ task: BUILD_SHARDING: "--shardIndex 0 --shardCount 2" BUILD_SHARDING: "--shardIndex 1 --shardCount 2" setup_script: - - brew update - - brew install libimobiledevice - - brew install ideviceinstaller - - brew install ios-deploy - pod repo update - git clone https://github.com/flutter/flutter.git - git fetch origin master