Skip to content

Commit dba409e

Browse files
committed
Specify python version to use
1 parent a6e8592 commit dba409e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,8 @@ jobs:
688688
show-progress: false
689689

690690
- uses: actions/setup-python@v5
691+
with:
692+
python-version: '3.11'
691693

692694
- name: Configure Tools
693695
run: |
@@ -1177,6 +1179,9 @@ jobs:
11771179
}
11781180
11791181
- uses: actions/setup-python@v5
1182+
with:
1183+
python-version: '3.11'
1184+
11801185
- uses: jannekem/run-python-script-action@v1
11811186
with:
11821187
script: |
@@ -1691,6 +1696,8 @@ jobs:
16911696
local-cache: true
16921697

16931698
- uses: actions/setup-python@v5
1699+
with:
1700+
python-version: '3.11'
16941701

16951702
- name: Configure LLVM
16961703
if: matrix.os != 'Android' || inputs.build_android
@@ -2570,6 +2577,9 @@ jobs:
25702577
cmake --build ${{ github.workspace }}/BinaryCache/libdispatch --target install
25712578
25722579
- uses: actions/setup-python@v5
2580+
with:
2581+
python-version: '3.11'
2582+
25732583
- uses: jannekem/run-python-script-action@v1
25742584
if: matrix.os != 'Android' || inputs.build_android
25752585
with:

0 commit comments

Comments
 (0)