add vcpkg entry

This commit is contained in:
Anonymous275
2023-12-01 16:19:28 +00:00
parent da9e32f15f
commit 5847375447
3 changed files with 5 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ jobs:
uses: lukka/run-vcpkg@v7
id: runvcpkg
with:
vcpkgArguments: 'zlib discord-rpc nlohmann-json openssl minhook'
vcpkgArguments: 'zlib discord-rpc nlohmann-json openssl minhook cpp-httplib'
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg'
vcpkgGitCommitId: '16ee2ecb31788c336ace8bb14c21801efb6836e4'
vcpkgTriplet: 'x64-windows-static'