From 8fc878e64963f5d564534b1750e6bcea2c9680fd Mon Sep 17 00:00:00 2001 From: zmf <279822581@qq.com> Date: Tue, 21 Nov 2023 09:14:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dsdk=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zmf <279822581@qq.com> --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 3a1dcda9cc..b98a7a467b 100644 --- a/DEPS +++ b/DEPS @@ -529,7 +529,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 and not release_candidate and host_cpu == "arm64"' }, 'src/third_party/colorama/src': -- Gitee