Skip to content

Commit 06f09b7

Browse files
committed
Add building with Qt 6.8 & 6.9
1 parent 3e928d9 commit 06f09b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-22.04, windows-latest, macos-latest]
20-
qt_version: ["6.5"]
20+
qt_version: ["6.5", "6.8", "6.9"]
2121

2222
runs-on: ${{ matrix.os }}
2323

@@ -53,7 +53,7 @@ jobs:
5353
if: runner.os == 'Linux'
5454
run: |
5555
echo "DISTRIBUTION=AppImage" >> "$GITHUB_ENV"
56-
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
5757
5858
- name: Run QMake
5959
run: |

0 commit comments

Comments
 (0)