File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ 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 libxcb-keysyms1 libxcb-shape0 libxcb-xkb1 libxkbcommon-x11-0
47+ sudo apt-get install -qq libgles2-mesa-dev libxcb-cursor0 libxcb-icccm4 libxcb-keysyms1 libxcb-shape0 libxcb-xkb1 libxkbcommon-x11-0
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
50+ LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci
5151 # cd test && LD_DEBUG=libs xvfb-run --auto-servernum node debug.js
52- xvfb-run --auto-servernum npm run test-ci
52+ # xvfb-run --auto-servernum npm run test-ci
5353
5454 # - name: Run Unit Tests - MacOS
5555 # if: matrix.os == 'macos-14'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments