Skip to content

Commit 2156a19

Browse files
author
barry
committed
fix: qt6 build error
1 parent b21c56a commit 2156a19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
build-arch: x64
3030
- qt-ver: 6.5.3
3131
qt-arch-install: arm64
32-
build-arch: [x64, arm64]
32+
build-arch: arm64
3333
env:
3434
target-name: QtScrcpy
3535
qt-install-path: ${{ github.workspace }}/${{ matrix.qt-ver }}
@@ -45,6 +45,7 @@ jobs:
4545
uses: jurplel/[email protected]
4646
with:
4747
version: ${{ matrix.qt-ver }}
48+
modules: qtmultimedia
4849
cached: ${{ steps.cache-qt.outputs.cache-hit }}
4950
- uses: actions/checkout@v2
5051
with:

0 commit comments

Comments
 (0)