Skip to content

Commit

Permalink
[vcpkg-ci-curl] Add c-ares feature to curl test port (#40089)
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev authored Jul 26, 2024
1 parent a253b87 commit e948029
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/test_ports/vcpkg-ci-curl/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
{
"name": "curl",
"features": [
"c-ares",
"http2",
"zstd"
]
Expand All @@ -29,8 +30,8 @@
{
"name": "curl",
"features": [
"psl",
"gsasl"
"gsasl",
"psl"
],
"platform": "!uwp"
},
Expand Down

0 comments on commit e948029

Please sign in to comment.