Skip to content

Commit

Permalink
Remove certs installation from win_arm builds. (#143487)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
godofredoc authored Feb 15, 2024
1 parent 0fac13b commit dde76f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dde76f4

Please sign in to comment.