@@ -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 `
@@ -1160,7 +1163,11 @@ jobs:
1160
1163
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"
1161
1164
}
1162
1165
1163
- - uses : actions/setup-python@v5
1166
+ - name : Setup python
1167
+ uses : ./SourceCache/ci-build/.github/actions/setup-python
1168
+ with :
1169
+ repo-root : ${{ github.workspace }}/SourceCache/ci-build
1170
+
1164
1171
- uses : jannekem/run-python-script-action@v1
1165
1172
with :
1166
1173
script : |
@@ -1674,6 +1681,11 @@ jobs:
1674
1681
ndk-version : ${{ inputs.ANDROID_NDK_VERSION }}
1675
1682
local-cache : true
1676
1683
1684
+ - name : Setup python
1685
+ uses : ./SourceCache/ci-build/.github/actions/setup-python
1686
+ with :
1687
+ repo-root : ${{ github.workspace }}/SourceCache/ci-build
1688
+
1677
1689
- name : Configure LLVM
1678
1690
if : matrix.os != 'Android' || inputs.build_android
1679
1691
run : |
@@ -2551,7 +2563,11 @@ jobs:
2551
2563
run : |
2552
2564
cmake --build ${{ github.workspace }}/BinaryCache/libdispatch --target install
2553
2565
2554
- - uses : actions/setup-python@v5
2566
+ - name : Setup python
2567
+ uses : ./SourceCache/ci-build/.github/actions/setup-python
2568
+ with :
2569
+ repo-root : ${{ github.workspace }}/SourceCache/ci-build
2570
+
2555
2571
- uses : jannekem/run-python-script-action@v1
2556
2572
if : matrix.os != 'Android' || inputs.build_android
2557
2573
with :
0 commit comments