Skip to content

Commit 8c8be11

Browse files
committed
Try dynamic load 7
1 parent 4f2e9e2 commit 8c8be11

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
@@ -47,8 +47,8 @@ jobs:
4747
sudo apt-get install -y libgles2-mesa-dev libxcb-cursor0
4848
# LD_DEBUG=libs node .
4949
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ci
50-
# LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
51-
xvfb-run --auto-servernum npm run test-ci
50+
LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
51+
# xvfb-run --auto-servernum npm run test-ci
5252
5353
# - name: Run Unit Tests - MacOS
5454
# if: matrix.os == 'macos-14'

0 commit comments

Comments
 (0)