Skip to content

Commit

Permalink
Update vcpkg, downgrade breakpad
Browse files Browse the repository at this point in the history
  • Loading branch information
janisozaur committed Jul 7, 2024
1 parent c4023e3 commit 9c268d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on: [push, pull_request]
env:
VCPKG_COMMIT_HASH: 11ed79186fe850bd3a98cfbf1854514d2b3070a2
VCPKG_COMMIT_HASH: 576379156e82da642f8d1834220876759f13534d
jobs:
createrelease:
name: createrelease
Expand Down
10 changes: 9 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,13 @@
"sdl2",
"speexdsp",
"zlib"
]
],
"overrides": [
{
"name": "breakpad",
"version": "2022-07-12#5"
}
],
"builtin-baseline":"576379156e82da642f8d1834220876759f13534d"

}

0 comments on commit 9c268d1

Please sign in to comment.