Selaa lähdekoodia

build: skip setup-python on self-hosted runner

Baptiste Augrain 1 vuosi sitten
vanhempi
sitoutus
6748d842bb
2 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 1 0
      .github/workflows/insider-macos.yml
  2. 1 0
      .github/workflows/stable-macos.yml

+ 1 - 0
.github/workflows/insider-macos.yml

@@ -59,6 +59,7 @@ jobs:
         uses: actions/setup-python@v4
         with:
           python-version: '3.11'
+        if: env.VSCODE_ARCH == 'x64'
 
       - name: Clone VSCode repo
         env:

+ 1 - 0
.github/workflows/stable-macos.yml

@@ -56,6 +56,7 @@ jobs:
         uses: actions/setup-python@v4
         with:
           python-version: '3.11'
+        if: env.VSCODE_ARCH == 'x64'
 
       - name: Clone VSCode repo
         run: . get_repo.sh