We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d82f34 commit 4f2e9e2Copy full SHA for 4f2e9e2
.github/workflows/test.yml
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
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
46
sudo apt-get update
47
- sudo apt-get install -qq libgles2-mesa-dev libxcb-cursor0
+ sudo apt-get install -y libgles2-mesa-dev libxcb-cursor0
48
# LD_DEBUG=libs node .
49
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ci
50
# LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
0 commit comments