Skip to content

Commit 648af03

Browse files
committed
Update vcpkg
1 parent e24e4cb commit 648af03

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/all-os.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
# Location of the vcpkg as submodule of the repository.
2424
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
25-
vcpkgGitCommitId: 'b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c'
25+
vcpkgGitCommitId: '6f29f12e82a8293156836ad81cc9bf5af41fe836'
2626
# Since the cache must be invalidated when content of the vcpkg.json file changes, let's
2727
# compute its hash and append this to the computed cache's key.
2828
appendedCacheKey: ${{ hashFiles( '**/vcpkg.json' ) }}
@@ -110,7 +110,7 @@ jobs:
110110
# Location of the vcpkg as submodule of the repository.
111111
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
112112
useVcpkgToolchainFile: true
113-
vcpkgGitCommitId: 'b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c'
113+
vcpkgGitCommitId: '6f29f12e82a8293156836ad81cc9bf5af41fe836'
114114
# Since the cache must be invalidated when content of the vcpkg.json file changes, let's
115115
# compute its hash and append this to the computed cache's key.
116116
appendedCacheKey: ${{ hashFiles( '**/vcpkg.json' ) }}

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kangaru",
33
"version-string": "5.0.0",
4-
"builtin-baseline": "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c",
4+
"builtin-baseline": "6f29f12e82a8293156836ad81cc9bf5af41fe836",
55
"dependencies": [
66
"catch2",
77
"fmt"

0 commit comments

Comments
 (0)