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 7d6c750 commit 289e76dCopy full SHA for 289e76d
.github/workflows/test.yml
@@ -43,6 +43,7 @@ jobs:
43
if: matrix.os == 'ubuntu-22.04'
44
run: |
45
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ci
46
+ objdump -T node_modules/deps-qmlui-raub/bin-linux/libqmlui.so
47
LD_DEBUG=symbols xvfb-run --auto-servernum npm run test-ci
48
49
# - name: Run Unit Tests - MacOS
0 commit comments