File tree Expand file tree Collapse file tree 8 files changed +9
-0
lines changed Expand file tree Collapse file tree 8 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 47
47
with :
48
48
version : ${{ matrix.qt_ver }}
49
49
modules : ' qtcharts'
50
+ setup-python : ' false'
50
51
cache : true
51
52
52
53
- name : Run CMake for GUI release (Qt 5)
Original file line number Diff line number Diff line change 60
60
with :
61
61
version : ${{ env.QT_VERSION }}
62
62
modules : ' qtcharts'
63
+ setup-python : ' false'
63
64
cache : true
64
65
65
66
- name : Install missing Python packages
Original file line number Diff line number Diff line change 51
51
with :
52
52
version : ${{ env.QT_VERSION }}
53
53
modules : ' qtcharts'
54
+ setup-python : ' false'
54
55
install-deps : false
55
56
cache : true
56
57
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ jobs:
104
104
with :
105
105
version : ${{ env.QT_VERSION }}
106
106
modules : ' qtcharts'
107
+ setup-python : ' false'
107
108
install-deps : false
108
109
cache : true
109
110
@@ -195,6 +196,7 @@ jobs:
195
196
with :
196
197
version : ${{ env.QT_VERSION }}
197
198
modules : ' qtcharts'
199
+ setup-python : ' false'
198
200
install-deps : false
199
201
cache : true
200
202
Original file line number Diff line number Diff line change 59
59
with :
60
60
version : ${{ env.QT_VERSION }}
61
61
modules : ' qtcharts'
62
+ setup-python : ' false'
62
63
tools : ' tools_opensslv3_x64'
63
64
64
65
# TODO: build with multiple threads
Original file line number Diff line number Diff line change 46
46
with :
47
47
version : ${{ env.QT_VERSION }}
48
48
modules : ' qtcharts'
49
+ setup-python : ' false'
49
50
install-deps : false
50
51
cache : true
51
52
Original file line number Diff line number Diff line change 60
60
with :
61
61
version : ${{ env.QT_VERSION }}
62
62
modules : ' qtcharts'
63
+ setup-python : ' false'
63
64
cache : true
64
65
65
66
- name : Install missing Python packages
Original file line number Diff line number Diff line change 60
60
with :
61
61
version : ${{ env.QT_VERSION }}
62
62
modules : ' qtcharts'
63
+ setup-python : ' false'
63
64
cache : true
64
65
65
66
- name : Install missing Python packages
You can’t perform that action at this time.
0 commit comments