Update vcpkg commit id

This commit is contained in:
Tixx
2026-03-29 19:21:55 +02:00
parent f79f05bc9d
commit 1a7bd19bc6
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ jobs:
with:
vcpkgArguments: 'zlib nlohmann-json openssl cpp-httplib[openssl]'
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg'
vcpkgGitCommitId: '40616a5e954f7be1077ef37db3fbddbd5dcd1ca6'
vcpkgGitCommitId: 'b5d1a94fb7f88fd835e360fd23a45a09ceedbf48'
- name: Create Build Environment
run: cmake -E make_directory ${{github.workspace}}/build-linux

View File

@@ -20,7 +20,7 @@ jobs:
with:
vcpkgArguments: 'discord-rpc zlib nlohmann-json openssl cpp-httplib[openssl]'
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg'
vcpkgGitCommitId: '40616a5e954f7be1077ef37db3fbddbd5dcd1ca6'
vcpkgGitCommitId: 'b5d1a94fb7f88fd835e360fd23a45a09ceedbf48'
vcpkgTriplet: 'x64-windows-static'
- name: Create Build Environment