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