File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 29
29
build-arch : x64
30
30
- qt-ver : 6.5.3
31
31
qt-arch-install : arm64
32
- build-arch : [x64, arm64]
32
+ build-arch : arm64
33
33
env :
34
34
target-name : QtScrcpy
35
35
qt-install-path : ${{ github.workspace }}/${{ matrix.qt-ver }}
@@ -41,11 +41,19 @@ jobs:
41
41
with :
42
42
path : ${{ env.qt-install-path }}/${{ matrix.qt-arch-install }}
43
43
key : ${{ runner.os }}/${{ matrix.qt-ver }}/${{ matrix.qt-arch-install }}
44
- - name : Install Qt
44
+ - name : Install Qt5
45
+ if : startsWith(${{ matrix.qt-ver }}, '5.')
45
46
46
47
with :
47
48
version : ${{ matrix.qt-ver }}
48
49
cached : ${{ steps.cache-qt.outputs.cache-hit }}
50
+ - name : Install Qt6
51
+ if : startsWith(${{ matrix.qt-ver }}, '6.')
52
+
53
+ with :
54
+ version : ${{ matrix.qt-ver }}
55
+ modules : qtmultimedia
56
+ cached : ${{ steps.cache-qt.outputs.cache-hit }}
49
57
- uses : actions/checkout@v2
50
58
with :
51
59
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments