Skip to content

Commit 1f00da1

Browse files
committed
Update matrix_multi_build_and_release.yml
1 parent b148bca commit 1f00da1

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/matrix_multi_build_and_release.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,20 @@ jobs:
1515
arch_type: [x86_64, armhf, armv7, aarch64]
1616
libtorrent_version: ["1.2", "2.0"]
1717
icu_step_name: [icu skipped, icu]
18-
build_tool: [cmake]
19-
qt_version: ["6.2"]
18+
build_tool: ["", cmake]
2019
include:
20+
- build_tool: ""
21+
qbt_qt_version: ""
22+
2123
- build_tool: "cmake"
2224
build_tool_name: "cmake-"
25+
qbt_qt_version: "6.2"
2326

2427
- libtorrent_version: "2.0"
25-
preview_release: true
28+
preview_release: false
2629

2730
- libtorrent_version: "1.2"
28-
preview_release: false
31+
preview_release: true
2932

3033
- icu_step_name: icu
3134
icu_matrix_name: icu-

0 commit comments

Comments
 (0)