Add spaces to path for macOS too (#20088)

This commit is contained in:
Danny Tuppeny 2018-08-01 21:32:06 +01:00 committed by GitHub
parent 1393c73077
commit 766982ae3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,8 @@ task:
task: task:
osx_instance: osx_instance:
image: high-sierra-xcode-9.4.1 image: high-sierra-xcode-9.4.1
env:
CIRRUS_WORKING_DIR: "/tmp/flutter sdk"
git_fetch_script: git fetch origin git_fetch_script: git fetch origin
setup_script: setup_script:
- bin/flutter config --no-analytics - bin/flutter config --no-analytics