Actions: try to use master as vcpkgGitCommitId

This commit is contained in:
Lion Kortlepel 2022-04-28 14:24:02 +02:00
parent 7f41a2a574
commit f4eb492d91
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
with:
vcpkgArguments: 'lua zlib rapidjson openssl websocketpp curl'
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg'
vcpkgGitCommitId: '8dddc6c899ce6fdbeab38b525a31e7f23cb2d5bb'
vcpkgGitCommitId: 'master'
vcpkgTriplet: 'x64-windows-static'
- name: Create Build Environment

View File

@ -85,7 +85,7 @@ jobs:
with:
vcpkgArguments: 'lua zlib rapidjson openssl websocketpp curl'
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg'
vcpkgGitCommitId: '8dddc6c899ce6fdbeab38b525a31e7f23cb2d5bb'
vcpkgGitCommitId: 'master'
vcpkgTriplet: 'x64-windows-static'
- name: Create Build Environment