From 059b0920becd60d691b0b4fac05cc0d96bcc59c7 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Fri, 10 Sep 2021 12:35:15 -0700 Subject: [PATCH] ci: tweak brew install --- ci-jobs/functional_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-jobs/functional_test.yml b/ci-jobs/functional_test.yml index 2cfe894c..f13a080b 100644 --- a/ci-jobs/functional_test.yml +++ b/ci-jobs/functional_test.yml @@ -103,7 +103,7 @@ jobs: - template: ./functional/ios_setup.yml parameters: xcodeVersion: ${{ parameters.xcodeForIOS }} - - script: brew install ffmpeg && brew tap wix/brew && brew install wix/brew/applesimutils + - script: brew install ffmpeg && brew tap wix/brew && brew install applesimutils displayName: Install ffmpeg and applesimutils - template: ./functional/run_appium.yml - script: bundle exec rake test:func:ios TESTS=test/functional/ios/ios/mjpeg_server_test.rb,test/functional/ios/ios/mobile_commands_test.rb