Skip to content

Commit 64da7de

Browse files
committed
Update matrix_multi_build_and_release.yml
1 parent d7ff703 commit 64da7de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/matrix_multi_build_and_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
libtorrent_version: ["1.2", "2.0"]
1717
icu_step_name: [icu skipped, icu]
1818
build_tool: ["", cmake]
19+
qt_version: ["6.2"]
1920
include:
2021
- build_tool: "cmake"
2122
build_tool_name: "cmake-"
@@ -57,6 +58,7 @@ jobs:
5758
echo "qbt_build_tool=${{ matrix.build_tool }}" > env.custom
5859
echo "qbt_cross_name=${{ matrix.arch_type }}" >> env.custom
5960
echo "libtorrent_version=${{ matrix.libtorrent_version }}" >> env.custom
61+
echo "qbt_qt_version=${{ matrix.qbt_qt_version }}" >> env.custom
6062
6163
- name: Host - Create docker multiarch container
6264
run: docker run --name multiarch -it -d --env-file env.custom -w /root -v ${{ github.workspace }}:/root ${{ matrix.os_id }}:${{ matrix.os_version_id }}

0 commit comments

Comments
 (0)