diff --git a/.github/workflows/continuous-building.yml b/.github/workflows/continuous-building.yml index b9dde7e9..2b7a22ca 100644 --- a/.github/workflows/continuous-building.yml +++ b/.github/workflows/continuous-building.yml @@ -31,7 +31,6 @@ jobs: vcpkgDirectory: '${{ github.workspace }}/vcpkg' vcpkgGitCommitId: cf4ebef2294e164875ce17d7937f44d3e3ea156e runVcpkgInstall: true - runVcpkgFormatString: '[`install`, `jsoncpp`]' - uses: actions/checkout@v4 with: diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 00000000..37632a04 --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "dependencies": [ + "jsoncpp" + ] +}