wip: install python 2.x [skip ci]
This commit is contained in:
parent
0851b9abd3
commit
df298f9630
1 changed files with 5 additions and 0 deletions
5
.github/workflows/stable-windows.yml
vendored
5
.github/workflows/stable-windows.yml
vendored
|
@ -61,6 +61,11 @@ jobs:
|
|||
- name: Install Yarn
|
||||
run: npm install -g yarn
|
||||
|
||||
- name: Setup Python 2
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '2.x'
|
||||
|
||||
- name: Setup Python 3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue