Skip to content

Commit 280f345

Browse files
committed
Debug LD_LIBRARY_PATH
1 parent 7b8ff31 commit 280f345

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/linux.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@ jobs:
242242
if [ "${{ matrix.run }}" == "true" ]; then
243243
if [ "${{ matrix.libc }}" == "musl" ]; then
244244
sudo apt install musl-dev
245+
246+
echo $LD_LIBRARY_PATH
247+
unset LD_LIBRARY_PATH
245248
fi
246249
EXTRA_ARGS="--run"
247250
fi
@@ -329,6 +332,9 @@ jobs:
329332
if [ "${{ matrix.run }}" == "true" ]; then
330333
if [ "${{ matrix.libc }}" == "musl" ]; then
331334
sudo apt install musl-dev
335+
336+
echo $LD_LIBRARY_PATH
337+
unset LD_LIBRARY_PATH
332338
fi
333339
EXTRA_ARGS="--run"
334340
fi

0 commit comments

Comments
 (0)