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 2a12b15 commit 1bf7bccCopy full SHA for 1bf7bcc
.github/workflows/test.yml
@@ -43,8 +43,8 @@ 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
+ # objdump -T node_modules/deps-qmlui-raub/bin-linux/libqmlui.so
+ LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
48
49
# - name: Run Unit Tests - MacOS
50
# if: matrix.os == 'macos-14'
0 commit comments