[ci.yaml] Fix osx_sdk cache name (flutter/engine#27454)

This commit is contained in:
Casey Hillers 2021-07-15 18:36:01 -07:00 committed by GitHub
parent 6658128a41
commit a421b47c58

View File

@ -24,7 +24,7 @@ platform_properties:
caches: >-
[
{"name":"flutter_cocoapods","path":"cocoapods"},
{"name":"osx_sdk","path":"old_osx_sdk"},
{"name":"old_osx_sdk","path":"osx_sdk"},
{"name":"builder_mac_engine","path":"builder"}
]
os: Mac-10.15