@@ -680,10 +680,9 @@ jobs:
680
680
ref : ${{ inputs.swift_revision }}
681
681
path : ${{ github.workspace }}/SourceCache/swift
682
682
show-progress : false
683
- - name : Setup python
684
- uses : ./SourceCache/ci-build/.github/actions/setup-python
685
- with :
686
- repo-root : ${{ github.workspace }}/SourceCache/ci-build
683
+
684
+ - uses : actions/setup-python@v5
685
+
687
686
- name : Configure Tools
688
687
run : |
689
688
$LLVM_EXTERNAL_SWIFT_SOURCE_DIR = cygpath -m ${{ github.workspace }}/SourceCache/swift
@@ -1172,11 +1171,7 @@ jobs:
1172
1171
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"
1173
1172
}
1174
1173
1175
- - name : Setup python
1176
- uses : ./SourceCache/ci-build/.github/actions/setup-python
1177
- with :
1178
- repo-root : ${{ github.workspace }}/SourceCache/ci-build
1179
-
1174
+ - uses : actions/setup-python@v5
1180
1175
- uses : jannekem/run-python-script-action@v1
1181
1176
with :
1182
1177
script : |
@@ -1689,10 +1684,7 @@ jobs:
1689
1684
ndk-version : ${{ inputs.ANDROID_NDK_VERSION }}
1690
1685
local-cache : true
1691
1686
1692
- - name : Setup python
1693
- uses : ./SourceCache/ci-build/.github/actions/setup-python
1694
- with :
1695
- repo-root : ${{ github.workspace }}/SourceCache/ci-build
1687
+ - uses : actions/setup-python@v5
1696
1688
1697
1689
- name : Configure LLVM
1698
1690
if : matrix.os != 'Android' || inputs.build_android
@@ -3468,11 +3460,7 @@ jobs:
3468
3460
run : |
3469
3461
cmake --build ${{ github.workspace }}/BinaryCache/libdispatch --target install
3470
3462
3471
- - name : Setup python
3472
- uses : ./SourceCache/ci-build/.github/actions/setup-python
3473
- with :
3474
- repo-root : ${{ github.workspace }}/SourceCache/ci-build
3475
-
3463
+ - uses : actions/setup-python@v5
3476
3464
- uses : jannekem/run-python-script-action@v1
3477
3465
if : matrix.os != 'Android' || inputs.build_android
3478
3466
with :
0 commit comments