소스 검색

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