Skip to content

Commit 8ccf630

Browse files
committed
Don't need to install cocoapods.
1 parent 4491e2c commit 8ccf630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ jobs:
201201

202202
steps:
203203
- script: |
204-
brew install flutter cocoapods
205-
displayName: 'Install tools'
204+
brew install flutter
205+
displayName: 'Install flutter'
206206
207207
- script: |
208208
rustup target add aarch64-apple-ios aarch64-apple-ios-sim x86_64-apple-ios

0 commit comments

Comments
 (0)