Skip to content

Commit 378f805

Browse files
committed
fix(windows): remove vcpkg builtin-baseline for environment compatibility
- Removed hardcoded builtin-baseline hash to prevent 'baseline.json not found' errors in environments with shallow clones or different vcpkg versions (e.g., GitHub Actions vs local Windows). - This reverts to the more flexible dependency resolution used in previous stable builds.
1 parent d5bb612 commit 378f805

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vcpkg.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "chatspeed",
33
"version": "1.2.5",
4-
"builtin-baseline": "aa2d37682e3318d93aef87efa7b0e88e81cd3d59",
54
"dependencies": [
65
"sqlite3",
76
"bzip2"

0 commit comments

Comments
 (0)