Skip to content

Commit 0b8e7bb

Browse files
committed
Remove ld debug
1 parent 05a4391 commit 0b8e7bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
if: matrix.os == 'ubuntu-22.04'
4444
run: |
4545
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ci
46-
LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
46+
# LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
47+
xvfb-run --auto-servernum npm run test-ci
4748
4849
# - name: Run Unit Tests - MacOS
4950
# if: matrix.os == 'macos-14'

0 commit comments

Comments
 (0)