Files
clamav/vcpkg.json
Jonas Zaddach 75047180ee GitHub Actions: Fix Windows workflow
Build on windows-2022, as windows-2019 is no longer available

Use updated vcpkg github action

Try to use vcpkg manifest mode

Provide vcpkg baseline commit hash

Correctly request dependency feature

Fix printing vcpkg triplet

Try building with CMakePresets.json
2025-12-15 14:13:59 -05:00

19 lines
347 B
JSON

{
"builtin-baseline": "efcfaaf60d7ec57a159fc3110403d939bfb69729",
"dependencies": [
{
"name": "curl",
"features": ["openssl"]
},
"openssl",
"json-c",
"libxml2",
"pcre2",
"check",
"pthreads",
"zlib",
"pdcurses",
"bzip2"
]
}