Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ecb90ab

Browse files
authored
Don't guard Windows arm64 Dart SDK download on the release candidate flag (#49244)
According to flutter/flutter#139370 (comment), this check is now safe to remove.
1 parent 14a3fa6 commit ecb90ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ deps = {
570570
}
571571
],
572572
'dep_type': 'cipd',
573-
'condition': 'host_os == "win" and download_dart_sdk and not release_candidate'
573+
'condition': 'host_os == "win" and download_dart_sdk'
574574
},
575575

576576
# esbuild download

0 commit comments

Comments
 (0)