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.
This commit is contained in:
godofredoc 2024-02-14 20:39:14 -08:00 committed by GitHub
parent 0fac13b443
commit dde76f4961
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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