ci: set up python 2.7 for crashpad

This commit is contained in:
itsmattkc
2020-09-16 01:35:33 +10:00
committed by GitHub
parent 602788ce06
commit 67f0795795
+6
View File
@@ -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