Actions: add curl

This commit is contained in:
Lion Kortlepel
2021-08-09 13:33:34 +02:00
committed by Lion
parent f65607cb00
commit ce834a634c
3 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ jobs:
uses: lukka/run-vcpkg@main
id: runvcpkg
with:
vcpkgArguments: 'lua zlib rapidjson boost-beast boost-asio openssl websocketpp'
vcpkgArguments: 'lua zlib rapidjson boost-beast boost-asio openssl websocketpp curl'
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg'
vcpkgGitCommitId: '8dddc6c899ce6fdbeab38b525a31e7f23cb2d5bb'
vcpkgTriplet: 'x64-windows-static'