We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18a9d3 commit 73d3c00Copy full SHA for 73d3c00
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
os: [ubuntu-22.04, windows-latest, macos-latest]
20
- qt_version: ["6.5"]
+ qt_version: ["6.5", "6.8", "6.9"]
21
22
runs-on: ${{ matrix.os }}
23
@@ -53,7 +53,7 @@ jobs:
53
if: runner.os == 'Linux'
54
run: |
55
echo "DISTRIBUTION=AppImage" >> "$GITHUB_ENV"
56
- sudo apt-get install libxkbcommon-dev libxkbcommon-x11-0 fuse libxcb-cursor-dev
+ sudo apt-get install libxkbcommon-dev libxkbcommon-x11-0 fuse libxcb-cursor-dev libcups2-dev
57
58
- name: Run QMake
59
0 commit comments