We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e858e8 commit 69259f3Copy full SHA for 69259f3
.github/workflows/test-linux.yml
@@ -72,7 +72,7 @@ jobs:
72
# On Linux we link against `libpython` dynamically, but it isn't written into the rpath
73
# of the test executable (I'm not 100% sure why ---Jake). It's easiest just to forcibly
74
# include the correct place in the `dlopen` search path.
75
- LD_LIBRARY_PATH: "${{ steps.python-outputs.outputs.python-path }}/lib:$LD_LIBRARY_PATH"
+ LD_LIBRARY_PATH: "${{ steps.python-outputs.outputs.python-path }}/lib:${{env.LD_LIBRARY_PATH}}"
76
- name: Prepare venv
77
run: |
78
set -e
0 commit comments