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

Commit

Permalink
Don't guard Windows arm64 Dart SDK download on the release candidate …
Browse files Browse the repository at this point in the history
…flag (#49244)

According to
flutter/flutter#139370 (comment),
this check is now safe to remove.
  • Loading branch information
zanderso authored Dec 20, 2023
1 parent 14a3fa6 commit ecb90ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecb90ab

Please sign in to comment.