From eb771779fb9db01a3813e9eef55738cdc020920f Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Wed, 22 Sep 2021 16:52:08 -0700 Subject: [PATCH] ci: use new crashpad package on win32 --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51ec5109f..87540d54b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,6 +175,13 @@ jobs: $DOWNLOAD_TOOL https://github.com/olive-editor/dependencies/releases/download/continuous/olive-dep-win32.tar.gz tar xzf olive-dep-win32.tar.gz + - name: Acquire Google Crashpad + shell: bash + working-directory: ${{ runner.workspace }} + run: | + $DOWNLOAD_TOOL https://github.com/olive-editor/crashpad/releases/download/continuous/crashpad-win32-RelWithDebInfo.tar.gz + tar xzf crashpad-win32-RelWithDebInfo.tar.gz + - name: Generate Patreon List shell: bash env: