2
0
Эх сурвалжийг харах

wip: use specific python version [skip ci]

Baptiste Augrain 1 жил өмнө
parent
commit
e727f395ba

+ 1 - 1
.github/workflows/stable-windows.yml

@@ -64,7 +64,7 @@ jobs:
       - name: Setup Python 3
         uses: actions/setup-python@v4
         with:
-          python-version: '3.x'
+          python-version: '3.10'
 
       - name: Clone VSCode repo
         run: ./get_repo.sh

+ 0 - 2
prepare_vscode.sh

@@ -68,8 +68,6 @@ if [[ "${OS_NAME}" == "osx" ]]; then
   yarn postinstall
 else
   if [[ "${OS_NAME}" == "windows" ]]; then
-    npm install --global --production windows-build-tools
-
     # TODO: Should be replaced with upstream URL once https://github.com/nodejs/node-gyp/pull/2825
     # gets merged.
     rm -rf .build/node-gyp