Skip to content

Commit adfe0ac

Browse files
fix(ci): remove EXTRA_PLATFORM_PLUGINS for wayland
libqwayland-generic.so does not exist in Qt 6.10.3 — the Wayland client platform plugin was merged into qtbase. linuxdeploy fails trying to bundle a non-existent file. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 528dfb4 commit adfe0ac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ jobs:
102102
if: runner.os == 'Linux'
103103
run: |
104104
echo "DISTRIBUTION=AppImage" >> "$GITHUB_ENV"
105-
echo "EXTRA_PLATFORM_PLUGINS=libqwayland-generic.so" >> "$GITHUB_ENV"
106105
sudo apt-get install libxkbcommon-dev libxkbcommon-x11-0 fuse libxcb-cursor-dev libcups2-dev
107106
108107
- name: Configure

0 commit comments

Comments
 (0)