@@ -686,7 +686,10 @@ jobs:
686
686
ref : ${{ inputs.swift_revision }}
687
687
path : ${{ github.workspace }}/SourceCache/swift
688
688
show-progress : false
689
-
689
+ - name : Setup python
690
+ uses : ./SourceCache/ci-build/.github/actions/setup-python
691
+ with :
692
+ repo-root : ${{ github.workspace }}/SourceCache/ci-build
690
693
- name : Configure Tools
691
694
run : |
692
695
cmake -B ${{ github.workspace }}/BinaryCache/0 `
@@ -1174,7 +1177,11 @@ jobs:
1174
1177
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"
1175
1178
}
1176
1179
1177
- - uses : actions/setup-python@v5
1180
+ - name : Setup python
1181
+ uses : ./SourceCache/ci-build/.github/actions/setup-python
1182
+ with :
1183
+ repo-root : ${{ github.workspace }}/SourceCache/ci-build
1184
+
1178
1185
- uses : jannekem/run-python-script-action@v1
1179
1186
with :
1180
1187
script : |
@@ -1688,6 +1695,11 @@ jobs:
1688
1695
ndk-version : ${{ inputs.ANDROID_NDK_VERSION }}
1689
1696
local-cache : true
1690
1697
1698
+ - name : Setup python
1699
+ uses : ./SourceCache/ci-build/.github/actions/setup-python
1700
+ with :
1701
+ repo-root : ${{ github.workspace }}/SourceCache/ci-build
1702
+
1691
1703
- name : Configure LLVM
1692
1704
if : matrix.os != 'Android' || inputs.build_android
1693
1705
run : |
@@ -2565,7 +2577,11 @@ jobs:
2565
2577
run : |
2566
2578
cmake --build ${{ github.workspace }}/BinaryCache/libdispatch --target install
2567
2579
2568
- - uses : actions/setup-python@v5
2580
+ - name : Setup python
2581
+ uses : ./SourceCache/ci-build/.github/actions/setup-python
2582
+ with :
2583
+ repo-root : ${{ github.workspace }}/SourceCache/ci-build
2584
+
2569
2585
- uses : jannekem/run-python-script-action@v1
2570
2586
if : matrix.os != 'Android' || inputs.build_android
2571
2587
with :
0 commit comments