Skip to content

Commit

Permalink
Updated vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
gracicot committed Dec 16, 2024
1 parent 7e81ca1 commit 64f668f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
# Location of the vcpkg as submodule of the repository.
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgGitCommitId: '1de2026f28ead93ff1773e6e680387643e914ea1'
vcpkgGitCommitId: 'b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c'
# Since the cache must be invalidated when content of the vcpkg.json file changes, let's
# compute its hash and append this to the computed cache's key.
appendedCacheKey: ${{ hashFiles( '**/vcpkg.json' ) }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
# Location of the vcpkg as submodule of the repository.
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
useVcpkgToolchainFile: true
vcpkgGitCommitId: '1de2026f28ead93ff1773e6e680387643e914ea1'
vcpkgGitCommitId: 'b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c'
# Since the cache must be invalidated when content of the vcpkg.json file changes, let's
# compute its hash and append this to the computed cache's key.
appendedCacheKey: ${{ hashFiles( '**/vcpkg.json' ) }}
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kangaru",
"version-string": "5.0.0",
"builtin-baseline": "1de2026f28ead93ff1773e6e680387643e914ea1",
"builtin-baseline": "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c",
"dependencies": [
"catch2",
"fmt"
Expand Down

0 comments on commit 64f668f

Please sign in to comment.