chore: update CI workflows and vcpkg configuration
- Removed unused gRPC and protobuf dependencies from `vcpkg.json`. - Updated CI configuration to enable vcpkg installation for SDL2 and yaml-cpp. - Added support for MSVC in CI workflows and improved caching strategies for vcpkg packages. - Enhanced logging in build steps to provide better feedback on dependency status and build progress.
This commit is contained in:
12
vcpkg.json
12
vcpkg.json
@@ -5,14 +5,6 @@
|
||||
"description": "Yet Another Zelda3 Editor",
|
||||
"builtin-baseline": "b2c74683ecfd6a8e7d27ffb0df077f66a9339509",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "grpc",
|
||||
"platform": "windows"
|
||||
},
|
||||
{
|
||||
"name": "protobuf",
|
||||
"platform": "windows"
|
||||
},
|
||||
{
|
||||
"name": "sdl2",
|
||||
"platform": "windows"
|
||||
@@ -20,10 +12,6 @@
|
||||
{
|
||||
"name": "yaml-cpp",
|
||||
"platform": "windows"
|
||||
},
|
||||
{
|
||||
"name": "zlib",
|
||||
"platform": "windows"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user