Skip to content

Commit

Permalink
Use ld debug 4
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Dec 3, 2024
1 parent 2a12b15 commit 1bf7bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
if: matrix.os == 'ubuntu-22.04'
run: |
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ci
objdump -T node_modules/deps-qmlui-raub/bin-linux/libqmlui.so
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
# - name: Run Unit Tests - MacOS
# if: matrix.os == 'macos-14'
Expand Down

0 comments on commit 1bf7bcc

Please sign in to comment.