From 0c8c4471b91bc3b96220777bc4295ffea532990e Mon Sep 17 00:00:00 2001 From: Zach Anderson Date: Tue, 19 Dec 2023 10:00:41 -0800 Subject: [PATCH] Don't guard Windows arm64 Dart SDK download on the release candidate flag --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index a93af72423570..c6e9ef553748b 100644 --- a/DEPS +++ b/DEPS @@ -572,7 +572,7 @@ deps = { } ], 'dep_type': 'cipd', - 'condition': 'host_os == "win" and download_dart_sdk and not release_candidate' + 'condition': 'host_os == "win" and download_dart_sdk' }, # esbuild download