Skip to content

Commit 93b51db

Browse files
committed
Try dynamic load 13
1 parent 1d4da76 commit 93b51db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
patchelf --force-rpath --set-rpath '$ORIGIN:$ORIGIN/../node_modules/deps-qt-core-raub/bin-linux:$ORIGIN/../node_modules/deps-qt-gui-raub/bin-linux:$ORIGIN/../node_modules/deps-qt-qml-raub/bin-linux:$ORIGIN/../../deps-qt-core-raub/bin-linux:$ORIGIN/../../deps-qt-gui-raub/bin-linux:$ORIGIN/../../deps-qt-qml-raub/bin-linux' $GITHUB_WORKSPACE/node_modules/deps-qmlui-raub/bin-linux/libqmlui.so
4646
sudo apt-get update
47-
sudo apt-get install -y libgles2-mesa-dev libxcb-cursor0 libxcb-icccm4 xcb-util-keysyms
47+
sudo apt-get install -y libgles2-mesa-dev libxcb-cursor0 libxcb-icccm4 libxcb-keysyms1
4848
# LD_DEBUG=libs node .
4949
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ci
5050
# LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci

0 commit comments

Comments
 (0)