Skip to content

Commit b6c64da

Browse files
committed
Specify python version to use
1 parent 064fc05 commit b6c64da

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,8 @@ jobs:
682682
show-progress: false
683683

684684
- uses: actions/setup-python@v5
685+
with:
686+
python-version: '3.11'
685687

686688
- name: Configure Tools
687689
run: |
@@ -1172,6 +1174,9 @@ jobs:
11721174
}
11731175
11741176
- uses: actions/setup-python@v5
1177+
with:
1178+
python-version: '3.11'
1179+
11751180
- uses: jannekem/run-python-script-action@v1
11761181
with:
11771182
script: |
@@ -1685,6 +1690,8 @@ jobs:
16851690
local-cache: true
16861691

16871692
- uses: actions/setup-python@v5
1693+
with:
1694+
python-version: '3.11'
16881695

16891696
- name: Configure LLVM
16901697
if: matrix.os != 'Android' || inputs.build_android
@@ -2127,6 +2134,10 @@ jobs:
21272134
setup-vs-dev-env: ${{ matrix.os == 'Windows' }}
21282135
host-arch: ${{ matrix.arch }}
21292136

2137+
- uses: actions/setup-python@v5
2138+
with:
2139+
python-version: '3.11'
2140+
21302141
- name: Compute workspace hash
21312142
if: matrix.os != 'Android' || inputs.build_android
21322143
id: workspace_hash
@@ -3461,6 +3472,9 @@ jobs:
34613472
cmake --build ${{ github.workspace }}/BinaryCache/libdispatch --target install
34623473
34633474
- uses: actions/setup-python@v5
3475+
with:
3476+
python-version: '3.11'
3477+
34643478
- uses: jannekem/run-python-script-action@v1
34653479
if: matrix.os != 'Android' || inputs.build_android
34663480
with:

0 commit comments

Comments
 (0)