Skip to content

Commit 9062d73

Browse files
committed
Try patchelf 2
1 parent 3af4b8f commit 9062d73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: Run Unit Tests - Linux
4343
if: matrix.os == 'ubuntu-22.04'
4444
run: |
45+
ls /home/runner/work/qml-raub/qml-raub/bin-linux/../node_modules/deps-qmlui-raub/bin-linux/../../deps-qt-qml-raub/bin-linux
4546
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
4647
LD_DEBUG=libs node .
4748
# export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GITHUB_WORKSPACE/ci

0 commit comments

Comments
 (0)