@@ -680,7 +680,10 @@ jobs:
680
680
ref : ${{ inputs.swift_revision }}
681
681
path : ${{ github.workspace }}/SourceCache/swift
682
682
show-progress : false
683
-
683
+ - name : Setup python
684
+ uses : ./SourceCache/ci-build/.github/actions/setup-python
685
+ with :
686
+ repo-root : ${{ github.workspace }}/SourceCache/ci-build
684
687
- name : Configure Tools
685
688
run : |
686
689
$LLVM_EXTERNAL_SWIFT_SOURCE_DIR = cygpath -m ${{ github.workspace }}/SourceCache/swift
@@ -1169,7 +1172,11 @@ jobs:
1169
1172
Copy-Item -Path "${{ github.workspace }}/BinaryCache/Library/cmark-gfm-${{ inputs.swift_cmark_version }}/usr/lib/*.dylib" -Destination "${{ github.workspace }}/BuildRoot/Library/Developer/Toolchains/${{ inputs.swift_version }}+Asserts/usr/lib/swift/host/compiler"
1170
1173
}
1171
1174
1172
- - uses : actions/setup-python@v5
1175
+ - name : Setup python
1176
+ uses : ./SourceCache/ci-build/.github/actions/setup-python
1177
+ with :
1178
+ repo-root : ${{ github.workspace }}/SourceCache/ci-build
1179
+
1173
1180
- uses : jannekem/run-python-script-action@v1
1174
1181
with :
1175
1182
script : |
@@ -1682,6 +1689,11 @@ jobs:
1682
1689
ndk-version : ${{ inputs.ANDROID_NDK_VERSION }}
1683
1690
local-cache : true
1684
1691
1692
+ - name : Setup python
1693
+ uses : ./SourceCache/ci-build/.github/actions/setup-python
1694
+ with :
1695
+ repo-root : ${{ github.workspace }}/SourceCache/ci-build
1696
+
1685
1697
- name : Configure LLVM
1686
1698
if : matrix.os != 'Android' || inputs.build_android
1687
1699
run : |
@@ -3456,7 +3468,11 @@ jobs:
3456
3468
run : |
3457
3469
cmake --build ${{ github.workspace }}/BinaryCache/libdispatch --target install
3458
3470
3459
- - uses : actions/setup-python@v5
3471
+ - name : Setup python
3472
+ uses : ./SourceCache/ci-build/.github/actions/setup-python
3473
+ with :
3474
+ repo-root : ${{ github.workspace }}/SourceCache/ci-build
3475
+
3460
3476
- uses : jannekem/run-python-script-action@v1
3461
3477
if : matrix.os != 'Android' || inputs.build_android
3462
3478
with :
0 commit comments