Skip to content

Commit

Permalink
set origin
Browse files Browse the repository at this point in the history
  • Loading branch information
oanegros committed Oct 7, 2024
1 parent 7ac95f8 commit 3d5f767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
cd $(poetry run python -c "import os; import bpy; print(os.path.dirname(bpy.__file__)+'/../../../../../')")
pwd
ORIGIN=`pwd`
svn export https://svn.blender.org/svnroot/bf-blender/trunk/lib/linux_x86_64_glibc_228/python/lib/python3.10/site-packages/pyopenvdb.so@r63589
pip install patchelf
patchelf --set-rpath '$ORIGIN/bpy/lib' pyopenvdb.so
Expand Down

0 comments on commit 3d5f767

Please sign in to comment.