File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,12 @@ jobs:
4242 - name : Run Unit Tests - Linux
4343 if : matrix.os == 'ubuntu-22.04'
4444 run : |
45- glxinfo -B
4645 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
4746 sudo apt-get update -qq
4847 sudo apt-get install -qq libgles2-mesa-dev libxcb-cursor0 libxcb-icccm4 libxcb-keysyms1 libxcb-shape0 libxcb-xkb1 libxkbcommon-x11-0
48+
49+ sudo apt-get install -qq mesa-utils
50+ glxinfo -B
4951 # LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
5052 xvfb-run --auto-servernum npm run test-ci
5153
You can’t perform that action at this time.
0 commit comments