From 67f0795795f2425e840b69bf6e124cb8430abbb7 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Wed, 16 Sep 2020 01:35:33 +1000 Subject: [PATCH] ci: set up python 2.7 for crashpad --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 864d4f050..9be7e10e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,6 +61,12 @@ jobs: - name: Acquire Boost run: curl -fLOSs --retry 3 http://olivevideoeditor.org/deps/boost-win.7z && 7z x boost-win.7z + + # Crashpad requires Python 2.7 + - name: Set up Python 2.7 + uses: actions/setup-python@v2 + with: + python-version: 2.7 - name: Acquire Crashpad shell: cmd