Skip to content

Commit 48e365f

Browse files
ci(build): add qtwayland module for Linux runners
Qt Wayland is required on headless Linux CI environments where Wayland is the display server. Without it, Qt applications fail to initialize a display backend, causing build verification or runtime checks to fail on Linux runners.
1 parent bafcc8a commit 48e365f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: jurplel/install-qt-action@v4
7373
with:
7474
version: ${{ env.QT_VERSION }}
75-
modules: 'qt5compat'
75+
modules: ${{ runner.os == 'Linux' && 'qt5compat qtwayland' || 'qt5compat' }}
7676
cache: true
7777

7878
- name: Setup Visual Studio Tools

0 commit comments

Comments
 (0)