Revert "remove vcpkg commit id"

This reverts commit fef069c9df72a0473c6eed6b767199633327e4db.
This commit is contained in:
Lion Kortlepel
2021-07-31 11:26:19 +02:00
committed by Anonymous275
parent 531a901431
commit b22f21a6b2
2 changed files with 3 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ jobs:
with:
vcpkgArguments: 'lua zlib rapidjson boost-beast boost-asio openssl websocketpp'
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg'
vcpkgGitCommitId: '8dddc6c899ce6fdbeab38b525a31e7f23cb2d5bb'
vcpkgTriplet: 'x64-windows-static'
- name: Create Build Environment
@@ -42,3 +42,4 @@ jobs:
name: BeamMP-Server.exe
path: ${{github.workspace}}/build-windows/Release/BeamMP-Server.exe

View File

@@ -86,6 +86,7 @@ jobs:
with:
vcpkgArguments: 'lua zlib rapidjson boost-beast boost-asio openssl websocketpp'
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg'
vcpkgGitCommitId: '75522bb1f2e7d863078bcd06322348f053a9e33f'
vcpkgTriplet: 'x64-windows-static'
- name: Create Build Environment