Skip to content

Commit 69259f3

Browse files
committed
Fix: Add correct library path for rust tests
1 parent 2e858e8 commit 69259f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# On Linux we link against `libpython` dynamically, but it isn't written into the rpath
7373
# of the test executable (I'm not 100% sure why ---Jake). It's easiest just to forcibly
7474
# include the correct place in the `dlopen` search path.
75-
LD_LIBRARY_PATH: "${{ steps.python-outputs.outputs.python-path }}/lib:$LD_LIBRARY_PATH"
75+
LD_LIBRARY_PATH: "${{ steps.python-outputs.outputs.python-path }}/lib:${{env.LD_LIBRARY_PATH}}"
7676
- name: Prepare venv
7777
run: |
7878
set -e

0 commit comments

Comments
 (0)