File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 16
16
strategy :
17
17
fail-fast : false
18
18
matrix :
19
- os : [ubuntu-20.04, windows-latest, macos-latest]
20
- qt_version : ["5.15", "6.5", "6.6"]
21
- exclude :
22
- - os : macos-latest
23
- qt_version : " 5.15"
19
+ os : [ubuntu-latest, windows-latest, macos-latest]
20
+ qt_version : ["6.5", "6.8"]
24
21
25
22
runs-on : ${{ matrix.os }}
26
23
34
31
uses : jurplel/install-qt-action@v4
35
32
with :
36
33
version : ${{ matrix.qt_version }}
37
- modules : ${{ matrix.qt_version != '5.15' && ' qt5compat' || '' }}
34
+ modules : ' qt5compat'
38
35
cache : true
39
36
40
37
- name : Get number of CPU cores
56
53
if : runner.os == 'Linux'
57
54
run : |
58
55
echo "DISTRIBUTION=AppImage" >> "$GITHUB_ENV"
59
- sudo apt-get install libxkbcommon-dev libxkbcommon-x11-0 fuse libxcb-cursor-dev
56
+ sudo apt-get install libxkbcommon-dev libxkbcommon-x11-0 fuse libxcb-cursor-dev libcups2-dev
60
57
61
58
- name : Run QMake
62
59
run : |
You can’t perform that action at this time.
0 commit comments