fix(1.67): update patches (#1066)

This commit is contained in:
Baptiste Augrain
2022-05-07 09:50:30 +02:00
committed by GitHub
parent 65e376786f
commit 0932463dfb
8 changed files with 356 additions and 229 deletions

View File

@@ -20,7 +20,10 @@ jobs:
strategy:
fail-fast: false
matrix:
vscode_arch: [x64, ia32, arm64]
vscode_arch:
- x64
# - ia32
- arm64
steps:
- uses: actions/checkout@v3
@@ -33,10 +36,10 @@ jobs:
- name: Install Yarn
run: npm install -g yarn
- name: Setup Python 2
- name: Setup Python 3
uses: actions/setup-python@v3
with:
python-version: '2.x'
python-version: '3.x'
- name: Clone VSCode repo
run: ./get_repo.sh