File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -688,6 +688,8 @@ jobs:
688
688
show-progress : false
689
689
690
690
- uses : actions/setup-python@v5
691
+ with :
692
+ python-version : ' 3.11'
691
693
692
694
- name : Configure Tools
693
695
run : |
@@ -1177,6 +1179,9 @@ jobs:
1177
1179
}
1178
1180
1179
1181
- uses : actions/setup-python@v5
1182
+ with :
1183
+ python-version : ' 3.11'
1184
+
1180
1185
- uses : jannekem/run-python-script-action@v1
1181
1186
with :
1182
1187
script : |
@@ -1691,6 +1696,8 @@ jobs:
1691
1696
local-cache : true
1692
1697
1693
1698
- uses : actions/setup-python@v5
1699
+ with :
1700
+ python-version : ' 3.11'
1694
1701
1695
1702
- name : Configure LLVM
1696
1703
if : matrix.os != 'Android' || inputs.build_android
@@ -2570,6 +2577,9 @@ jobs:
2570
2577
cmake --build ${{ github.workspace }}/BinaryCache/libdispatch --target install
2571
2578
2572
2579
- uses : actions/setup-python@v5
2580
+ with :
2581
+ python-version : ' 3.11'
2582
+
2573
2583
- uses : jannekem/run-python-script-action@v1
2574
2584
if : matrix.os != 'Android' || inputs.build_android
2575
2585
with :
You can’t perform that action at this time.
0 commit comments