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 444e513 commit 89050aaCopy full SHA for 89050aa
.github/workflows/test.yml
@@ -42,4 +42,4 @@ jobs:
42
sudo apt-get install -qq libgles2-mesa-dev libxcb-cursor0 libxcb-icccm4 libxcb-keysyms1 libxcb-shape0 libxcb-xkb1 libxkbcommon-x11-0
43
sudo apt-get install -qq libdbus-1-3 libxcb-image0 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0
44
# QT_QPA_PLATFORM=xcb xvfb-run --auto-servernum npm run test-ci
45
- QT_QPA_PLATFORM=xcb xvfb-run --auto-servernum node test/debug.js
+ QT_DEBUG_PLUGINS=1 QT_QPA_PLATFORM=xcb xvfb-run --auto-servernum node test/debug.js
0 commit comments