Skip to content

Commit

Permalink
update vcpkg to 2024.01.12
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-wind committed Mar 7, 2024
1 parent 09d3f22 commit 668dfd6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
workflow_dispatch:

env:
VCPKG_COMMIT: "6f7ffeb18f99796233b958aaaf14ec7bd4fb64b2"
VCPKG_COMMIT: "c8696863d371ab7f46e213d8f5ca923c4aef2a00"

jobs:
version_bump:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
schedule:
- cron: "44 8 * * 1"
env:
VCPKG_COMMIT: "6f7ffeb18f99796233b958aaaf14ec7bd4fb64b2"
VCPKG_COMMIT: "c8696863d371ab7f46e213d8f5ca923c4aef2a00"

jobs:
analyze:
Expand Down
3 changes: 2 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@
"inherits": [
"ci-unix",
"dev-mode",
"vcpkg"
"vcpkg",
"clang-17"
],
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Sanitize",
Expand Down
4 changes: 2 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": [
{
"name": "abseil",
"version>=": "20220623.1"
"version>=": "20230802.1"
}
]
},
Expand Down Expand Up @@ -54,5 +54,5 @@
]
}
},
"builtin-baseline": "6f7ffeb18f99796233b958aaaf14ec7bd4fb64b2"
"builtin-baseline": "c8696863d371ab7f46e213d8f5ca923c4aef2a00"
}

0 comments on commit 668dfd6

Please sign in to comment.