Skip to content

Commit

Permalink
update vcpkg in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lionkor committed Dec 3, 2023
1 parent 7f206fd commit 103d2dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-windows.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
vcpkgArguments: 'lua zlib rapidjson openssl websocketpp curl'
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg'
vcpkgGitCommitId: "06b5f4a769d848d1a20fa0acd556019728b56273"
vcpkgGitCommitId: "16ee2ecb31788c336ace8bb14c21801efb6836e4"
vcpkgTriplet: 'x64-windows-static'

- name: Create Build Environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Expand Up @@ -85,7 +85,7 @@ jobs:
with:
vcpkgArguments: 'lua zlib rapidjson openssl websocketpp curl'
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg'
vcpkgGitCommitId: '06b5f4a769d848d1a20fa0acd556019728b56273'
vcpkgGitCommitId: '16ee2ecb31788c336ace8bb14c21801efb6836e4'
vcpkgTriplet: 'x64-windows-static'

- name: Create Build Environment
Expand Down

0 comments on commit 103d2dc

Please sign in to comment.