Skip to content

Commit

Permalink
Update continuous-integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbentejac authored Nov 29, 2024
1 parent c4d973d commit 0a21645
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,8 @@ jobs:
- name: Unit Tests
working-directory: ./build
run: |
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${DEPS_INSTALL_DIR}/lib:${DEPS_INSTALL_DIR}/lib64
echo ${LD_LIBRARY_PATH}
echo "LDD after export"
find / -name "libboost_thread.so.1.84.0"
ldd /__w/AliceVision/AliceVision/build/Linux-x86_64/aliceVision_test_numeric
make test
- name: Build As Third Party
Expand Down

0 comments on commit 0a21645

Please sign in to comment.