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 : |
@@ -1163,6 +1165,9 @@ jobs:
1163
1165
}
1164
1166
1165
1167
- uses : actions/setup-python@v5
1168
+ with :
1169
+ python-version : ' 3.11'
1170
+
1166
1171
- uses : jannekem/run-python-script-action@v1
1167
1172
with :
1168
1173
script : |
@@ -1677,6 +1682,8 @@ jobs:
1677
1682
local-cache : true
1678
1683
1679
1684
- uses : actions/setup-python@v5
1685
+ with :
1686
+ python-version : ' 3.11'
1680
1687
1681
1688
- name : Configure LLVM
1682
1689
if : matrix.os != 'Android' || inputs.build_android
@@ -2556,6 +2563,9 @@ jobs:
2556
2563
cmake --build ${{ github.workspace }}/BinaryCache/libdispatch --target install
2557
2564
2558
2565
- uses : actions/setup-python@v5
2566
+ with :
2567
+ python-version : ' 3.11'
2568
+
2559
2569
- uses : jannekem/run-python-script-action@v1
2560
2570
if : matrix.os != 'Android' || inputs.build_android
2561
2571
with :
You can’t perform that action at this time.
0 commit comments