Skip to content

Commit 0067bf3

Browse files
committed
Specify python version to use
1 parent 2d02b11 commit 0067bf3

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: |
@@ -1163,6 +1165,9 @@ jobs:
11631165
}
11641166
11651167
- uses: actions/setup-python@v5
1168+
with:
1169+
python-version: '3.11'
1170+
11661171
- uses: jannekem/run-python-script-action@v1
11671172
with:
11681173
script: |
@@ -1677,6 +1682,8 @@ jobs:
16771682
local-cache: true
16781683

16791684
- uses: actions/setup-python@v5
1685+
with:
1686+
python-version: '3.11'
16801687

16811688
- name: Configure LLVM
16821689
if: matrix.os != 'Android' || inputs.build_android
@@ -2556,6 +2563,9 @@ jobs:
25562563
cmake --build ${{ github.workspace }}/BinaryCache/libdispatch --target install
25572564
25582565
- uses: actions/setup-python@v5
2566+
with:
2567+
python-version: '3.11'
2568+
25592569
- uses: jannekem/run-python-script-action@v1
25602570
if: matrix.os != 'Android' || inputs.build_android
25612571
with:

0 commit comments

Comments
 (0)