Skip to content

Commit

Permalink
Update assimp version in build-models.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Sep 2, 2024
1 parent 0019765 commit ed936e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
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
ASSIMP_VER=5.4.3
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/assimp-$ASSIMP_VER/bin
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
pushd web_build
Expand Down

0 comments on commit ed936e3

Please sign in to comment.