Update breakpad build in Windows CI.

This commit is contained in:
John Preston 2021-10-29 17:34:58 +04:00
parent 31f15a2f09
commit c693b03a64
1 changed files with 2 additions and 2 deletions

View File

@ -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 ..\..