Skip to content

Commit

Permalink
Try dynamic load 14
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Jan 12, 2025
1 parent 93b51db commit e10d99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
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
sudo apt-get update
sudo apt-get install -y libgles2-mesa-dev libxcb-cursor0 libxcb-icccm4 libxcb-keysyms1
sudo apt-get install -y libgles2-mesa-dev libxcb-cursor0 libxcb-icccm4 libxcb-keysyms1 libxcb-shape0
# LD_DEBUG=libs node .
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ci
# LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
Expand Down

0 comments on commit e10d99b

Please # to comment.