From a421b47c58a2993c8dcd23976d6f72dfa1d1b047 Mon Sep 17 00:00:00 2001 From: Casey Hillers Date: Thu, 15 Jul 2021 18:36:01 -0700 Subject: [PATCH] [ci.yaml] Fix osx_sdk cache name (flutter/engine#27454) --- engine/src/flutter/.ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/.ci.yaml b/engine/src/flutter/.ci.yaml index 85fbc0b91d4..2337f20cf9f 100644 --- a/engine/src/flutter/.ci.yaml +++ b/engine/src/flutter/.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