From a3cd526c3fffae774b1abed55912c7060505e792 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Wed, 20 Dec 2023 17:00:01 +0000 Subject: [PATCH] Don't guard Windows arm64 Dart SDK download on the release candidate flag (flutter/engine#49244) According to https://github.com/flutter/flutter/issues/139370#issuecomment-1862652535, this check is now safe to remove. --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 83e4398c1d..224a73f6c9 100644 --- a/DEPS +++ b/DEPS @@ -570,7 +570,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