File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -682,6 +682,8 @@ jobs:
682
682
show-progress : false
683
683
684
684
- uses : actions/setup-python@v5
685
+ with :
686
+ python-version : ' 3.11'
685
687
686
688
- name : Configure Tools
687
689
run : |
@@ -1172,6 +1174,9 @@ jobs:
1172
1174
}
1173
1175
1174
1176
- uses : actions/setup-python@v5
1177
+ with :
1178
+ python-version : ' 3.11'
1179
+
1175
1180
- uses : jannekem/run-python-script-action@v1
1176
1181
with :
1177
1182
script : |
@@ -1685,6 +1690,8 @@ jobs:
1685
1690
local-cache : true
1686
1691
1687
1692
- uses : actions/setup-python@v5
1693
+ with :
1694
+ python-version : ' 3.11'
1688
1695
1689
1696
- name : Configure LLVM
1690
1697
if : matrix.os != 'Android' || inputs.build_android
@@ -2127,6 +2134,10 @@ jobs:
2127
2134
setup-vs-dev-env : ${{ matrix.os == 'Windows' }}
2128
2135
host-arch : ${{ matrix.arch }}
2129
2136
2137
+ - uses : actions/setup-python@v5
2138
+ with :
2139
+ python-version : ' 3.11'
2140
+
2130
2141
- name : Compute workspace hash
2131
2142
if : matrix.os != 'Android' || inputs.build_android
2132
2143
id : workspace_hash
@@ -3461,6 +3472,9 @@ jobs:
3461
3472
cmake --build ${{ github.workspace }}/BinaryCache/libdispatch --target install
3462
3473
3463
3474
- uses : actions/setup-python@v5
3475
+ with :
3476
+ python-version : ' 3.11'
3477
+
3464
3478
- uses : jannekem/run-python-script-action@v1
3465
3479
if : matrix.os != 'Android' || inputs.build_android
3466
3480
with :
You can’t perform that action at this time.
0 commit comments