Skip to content

Commit

Permalink
Extend the LD_LYBRARY_PATH in Ubuntu CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed Dec 16, 2022
1 parent c1948c2 commit c4f7032
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -516,10 +516,11 @@ jobs:
echo "Default interpreter: $(which python)"
python3 -c 'import sys; print(sys.prefix)'
- name: Extend the pythonpath [Ubuntu]
- name: Extend the pythonpath and LD_LIBRARY_PATH [Ubuntu]
if: startsWith(matrix.os, 'ubuntu')
run: |
echo "PYTHONPATH=${GITHUB_WORKSPACE}/install/deps/lib/python3/dist-packages" >> $GITHUB_ENV
echo "LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+${LD_LIBRARY_PATH}:}${GITHUB_WORKSPACE}/install/deps/lib" >> $GITHUB_ENV
# ===================
# CMAKE-BASED PROJECT
Expand Down

0 comments on commit c4f7032

Please sign in to comment.