Skip to content

Commit 27be9c0

Browse files
committed
Update ci-alpine-build.yml
1 parent 6690133 commit 27be9c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-alpine-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)