Skip to content

Commit

Permalink
Update vcpkg in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gracicot committed Sep 1, 2024
1 parent 7fd0e16 commit 3a0db44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/all-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
# Location of the vcpkg as submodule of the repository.
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgGitCommitId: '01f602195983451bc83e72f4214af2cbc495aa94'
vcpkgGitCommitId: '3508985146f1b1d248c67ead13f8f54be5b4f5da'
# 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 @@ -84,7 +84,7 @@ jobs:
with:
# Location of the vcpkg as submodule of the repository.
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgGitCommitId: '01f602195983451bc83e72f4214af2cbc495aa94'
vcpkgGitCommitId: '3508985146f1b1d248c67ead13f8f54be5b4f5da'
# 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 @@ -129,7 +129,7 @@ jobs:
with:
# Location of the vcpkg as submodule of the repository.
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgGitCommitId: '01f602195983451bc83e72f4214af2cbc495aa94'
vcpkgGitCommitId: '3508985146f1b1d248c67ead13f8f54be5b4f5da'
# 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 @@ -172,7 +172,7 @@ jobs:
# Location of the vcpkg as submodule of the repository.
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
useVcpkgToolchainFile: true
vcpkgGitCommitId: '01f602195983451bc83e72f4214af2cbc495aa94'
vcpkgGitCommitId: '3508985146f1b1d248c67ead13f8f54be5b4f5da'
# 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

0 comments on commit 3a0db44

Please sign in to comment.