File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ jobs:
143143 run : docker exec -u gh:gh ${container_name} bash ${script_name} zlib
144144
145145 - name : Docker - iconv ${{ inputs.distinct_id }}
146+ if : matrix.qbt_libtorrent_version == '1.2'
146147 run : docker exec -u gh:gh ${container_name} bash ${script_name} iconv
147148
148149 - name : Docker - icu ${{ inputs.distinct_id }}
@@ -159,7 +160,7 @@ jobs:
159160 run : docker exec -u gh:gh ${container_name} bash ${script_name} libtorrent
160161
161162 - name : Docker - double_conversion ${{ inputs.distinct_id }}
162- if : matrix.qbt_build_tool == '' && env.disable_qt5 != 'yes'
163+ if : matrix.qbt_build_tool == ''
163164 run : docker exec -u gh:gh ${container_name} bash ${script_name} double_conversion
164165
165166 - name : Docker - qtbase ${{ inputs.distinct_id }}
You can’t perform that action at this time.
0 commit comments