build: try installing jsoncpp with vcpkg (2)

This commit is contained in:
Eric Wasylishen 2024-03-17 17:05:22 -06:00
parent 92d594bdb5
commit 346e58e4f5
2 changed files with 6 additions and 1 deletions

View File

@ -31,7 +31,6 @@ jobs:
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgGitCommitId: cf4ebef2294e164875ce17d7937f44d3e3ea156e
runVcpkgInstall: true
runVcpkgFormatString: '[`install`, `jsoncpp`]'
- uses: actions/checkout@v4
with:

6
vcpkg.json Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [
"jsoncpp"
]
}