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.
This commit is contained in:
Zachary Anderson
2023-12-20 17:00:01 +00:00
committed by GitHub
parent 75cf8ed82c
commit a3cd526c3f

2
DEPS
View File

@@ -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