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