mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Meta: Update vcpkg to fix build error
This commit is contained in:
parent
d0b97873d4
commit
f4648f7551
Notes:
github-actions[bot]
2024-10-04 18:01:42 +00:00
Author: https://github.com/ChaseKnowlden Commit: https://github.com/LadybirdBrowser/ladybird/commit/f4648f75519 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1580
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ if [ "$ci" -eq 0 ]; then
|
|||
fi
|
||||
|
||||
GIT_REPO="https://github.com/microsoft/vcpkg.git"
|
||||
GIT_REV="a39a74405f277773aba08018bb797cb4a6614d0c" # 2024.09.19
|
||||
GIT_REV="2960d7d80e8d09c84ae8abf15c12196c2ca7d39a" # 2024.09.30
|
||||
PREFIX_DIR="$DIR/Local/vcpkg"
|
||||
|
||||
mkdir -p "$DIR/Tarballs"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"builtin-baseline": "a39a74405f277773aba08018bb797cb4a6614d0c",
|
||||
"builtin-baseline": "2960d7d80e8d09c84ae8abf15c12196c2ca7d39a",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "curl",
|
||||
|
|
Loading…
Reference in a new issue