mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Update breakpad build in Windows CI.
This commit is contained in:
parent
31f15a2f09
commit
c693b03a64
1 changed files with 2 additions and 2 deletions
4
.github/workflows/win.yml
vendored
4
.github/workflows/win.yml
vendored
|
@ -236,10 +236,10 @@ jobs:
|
|||
|
||||
git clone https://chromium.googlesource.com/breakpad/breakpad
|
||||
cd breakpad
|
||||
git checkout bc8fb886
|
||||
git checkout dfcb7b6799
|
||||
git apply ../patches/breakpad.diff
|
||||
cd src
|
||||
git clone %GIT%/google/googletest testing
|
||||
git clone -b release-1.11.0 %GIT%/google/googletest testing
|
||||
cd client\windows
|
||||
call gyp --no-circular-check breakpad_client.gyp --format=ninja
|
||||
cd ..\..
|
||||
|
|
Loading…
Add table
Reference in a new issue