Skip to content

Commit 30161d4

Browse files
authored
Enable cache cleanup. (#113729)
1 parent 5a42f33 commit 30161d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ platform_properties:
7878
device_type: none
7979
cpu: x86 # TODO(jmagman): https://github.com/flutter/flutter/issues/112130
8080
xcode: 14a5294e # xcode 14.0 beta 5
81+
cleanup_xcode_cache: "true"
8182
mac_arm64:
8283
properties:
8384
dependencies: >-
@@ -86,6 +87,7 @@ platform_properties:
8687
device_type: none
8788
cpu: arm64
8889
xcode: 14a5294e # xcode 14.0 beta 5
90+
cleanup_xcode_cache: "true"
8991
mac_x64:
9092
properties:
9193
dependencies: >-
@@ -94,6 +96,7 @@ platform_properties:
9496
device_type: none
9597
cpu: x86
9698
xcode: 14a5294e # xcode 14.0 beta 5
99+
cleanup_xcode_cache: "true"
97100
mac_android:
98101
properties:
99102
dependencies: >-

0 commit comments

Comments
 (0)