Skip to content

Commit 59cfd5e

Browse files
committed
Add Qt6.8 to build action
1 parent 314c6f1 commit 59cfd5e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/build.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
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"]
2421

2522
runs-on: ${{ matrix.os }}
2623

@@ -34,7 +31,7 @@ jobs:
3431
uses: jurplel/install-qt-action@v4
3532
with:
3633
version: ${{ matrix.qt_version }}
37-
modules: ${{ matrix.qt_version != '5.15' && 'qt5compat' || '' }}
34+
modules: 'qt5compat'
3835
cache: true
3936

4037
- name: Get number of CPU cores
@@ -56,7 +53,7 @@ jobs:
5653
if: runner.os == 'Linux'
5754
run: |
5855
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
6057
6158
- name: Run QMake
6259
run: |

0 commit comments

Comments
 (0)