فهرست منبع

build: skip setup-python on self-hosted runner

Baptiste Augrain 1 سال پیش
والد
کامیت
6748d842bb
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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