mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-13 20:28:18 +10:00
wip: install python 2.x [skip ci]
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user