Skip to content

Commit 1bf7bcc

Browse files
committed
Use ld debug 4
1 parent 2a12b15 commit 1bf7bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
if: matrix.os == 'ubuntu-22.04'
4444
run: |
4545
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
46+
# objdump -T node_modules/deps-qmlui-raub/bin-linux/libqmlui.so
47+
LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
4848
4949
# - name: Run Unit Tests - MacOS
5050
# if: matrix.os == 'macos-14'

0 commit comments

Comments
 (0)