From c0c6d53b76c3dd7171786e62f35563d1a5fb6eb9 Mon Sep 17 00:00:00 2001 From: Casey Hillers Date: Thu, 15 Jul 2021 13:41:56 -0700 Subject: [PATCH] [ci.yaml] Fix osx_sdk cache name --- .ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index 85fbc0b91d415..2337f20cf9fef 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -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