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