Skip to content

Commit 24696db

Browse files
committed
Try patchelf 3
1 parent 9062d73 commit 24696db

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
@@ -43,7 +43,7 @@ jobs:
4343
if: matrix.os == 'ubuntu-22.04'
4444
run: |
4545
ls /home/runner/work/qml-raub/qml-raub/bin-linux/../node_modules/deps-qmlui-raub/bin-linux/../../deps-qt-qml-raub/bin-linux
46-
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/../node_modules/deps-qmlui-raub/bin-linux:$$ORIGIN/../../deps-qt-core-raub/bin-linux:$$ORIGIN/../../deps-qt-gui-raub/bin-linux:$$ORIGIN/../../deps-qt-qml-raub/bin-linux:$$ORIGIN/../../deps-qmlui-raub/bin-linux' $GITHUB_WORKSPACE/node_modules/deps-qmlui-raub/bin-linux/libqmlui.so
46+
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/../node_modules/deps-qmlui-raub/bin-linux:$ORIGIN/../../deps-qt-core-raub/bin-linux:$ORIGIN/../../deps-qt-gui-raub/bin-linux:$ORIGIN/../../deps-qt-qml-raub/bin-linux:$ORIGIN/../../deps-qmlui-raub/bin-linux' $GITHUB_WORKSPACE/node_modules/deps-qmlui-raub/bin-linux/libqmlui.so
4747
LD_DEBUG=libs node .
4848
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ci
4949
# LD_DEBUG=libs xvfb-run --auto-servernum npm run test-ci

0 commit comments

Comments
 (0)