Skip to content

Commit

Permalink
build: Update vcpkg baseline to 2023-02-01
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningEnlightenment committed Feb 1, 2023
1 parent 002a2fa commit cefa5d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: lukka/run-vcpkg@v10
with:
vcpkgDirectory: ${{ github.workspace }}/build/vcpkg
vcpkgGitCommitId: 6f7ffeb18f99796233b958aaaf14ec7bd4fb64b2
vcpkgGitCommitId: 17030920aa97f2dc17a0bdc314344b5ca2807fdf
prependedCacheKey: compiler=${{ matrix.compiler }}
#appendedCacheKey: r00

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
uses: lukka/run-vcpkg@v10
with:
vcpkgDirectory: ${{ github.workspace }}/../vcpkg
vcpkgGitCommitId: 6f7ffeb18f99796233b958aaaf14ec7bd4fb64b2
vcpkgGitCommitId: 17030920aa97f2dc17a0bdc314344b5ca2807fdf
prependedCacheKey: compiler=clang-15
#appendedCacheKey: r00

Expand Down
2 changes: 1 addition & 1 deletion vcpkg-configuration.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"default-registry": {
"kind": "builtin",
"baseline": "6f7ffeb18f99796233b958aaaf14ec7bd4fb64b2"
"baseline": "17030920aa97f2dc17a0bdc314344b5ca2807fdf"
},
"registries": [
{
Expand Down

0 comments on commit cefa5d4

Please sign in to comment.