Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf committed Sep 2, 2024
2 parents 619fb0a + d891a5a commit e5d9e2a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ jobs:
- name: Make boreholes
run: |
eval $(pdm venv activate for-backend-build)
# Temporarily, a patched version of assimp lives in the 'test' dir
# It was installed and built via 'pdm install'
ASSIMP_VER=5.2.5
# NB: assimp was installed and built via 'pdm install'
ASSIMP_VER=5.4.3
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/test/assimp-$ASSIMP_VER/bin
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
pushd web_build
Expand Down

0 comments on commit e5d9e2a

Please sign in to comment.