From dde76f4961b372e3d220b1e408e2cfe0337f810f Mon Sep 17 00:00:00 2001 From: godofredoc Date: Wed, 14 Feb 2024 20:39:14 -0800 Subject: [PATCH] Remove certs installation from win_arm builds. (#143487) The certs dependency was added in 2020 as a workaround for missing certificates in win 10 images. These dependency is not required for windows arm64 builds because they are running on win 11. --- .ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 47139e07e1..448f0f97f5 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -283,10 +283,6 @@ platform_properties: properties: # The arch can be removed after https://github.com/flutter/flutter/issues/135722. arch: arm - dependencies: >- - [ - {"dependency": "certs", "version": "version:9563bb"} - ] os: Windows cpu: arm64 windows_android: