Skip to content

Commit cefa5d4

Browse files
build: Update vcpkg baseline to 2023-02-01
1 parent 002a2fa commit cefa5d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cpp-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: lukka/run-vcpkg@v10
4141
with:
4242
vcpkgDirectory: ${{ github.workspace }}/build/vcpkg
43-
vcpkgGitCommitId: 6f7ffeb18f99796233b958aaaf14ec7bd4fb64b2
43+
vcpkgGitCommitId: 17030920aa97f2dc17a0bdc314344b5ca2807fdf
4444
prependedCacheKey: compiler=${{ matrix.compiler }}
4545
#appendedCacheKey: r00
4646

@@ -100,7 +100,7 @@ jobs:
100100
uses: lukka/run-vcpkg@v10
101101
with:
102102
vcpkgDirectory: ${{ github.workspace }}/../vcpkg
103-
vcpkgGitCommitId: 6f7ffeb18f99796233b958aaaf14ec7bd4fb64b2
103+
vcpkgGitCommitId: 17030920aa97f2dc17a0bdc314344b5ca2807fdf
104104
prependedCacheKey: compiler=clang-15
105105
#appendedCacheKey: r00
106106

vcpkg-configuration.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"default-registry": {
33
"kind": "builtin",
4-
"baseline": "6f7ffeb18f99796233b958aaaf14ec7bd4fb64b2"
4+
"baseline": "17030920aa97f2dc17a0bdc314344b5ca2807fdf"
55
},
66
"registries": [
77
{

0 commit comments

Comments
 (0)