Don't set LD_LIBRARY_PATH for CI workflows

This shouldn't be necessary any longer, after the fix in the grandparent
commit.
This commit is contained in:
Vadim Zeitlin 2024-01-29 01:20:52 +01:00
parent 3de719d68c
commit 0352fe1fbd
3 changed files with 0 additions and 6 deletions

View file

@ -15,8 +15,6 @@ jobs:
- run:
name: Install dependencies
command: |
echo LD_LIBRARY_PATH=`pwd`/lib >> $BASH_ENV
# Do _not_ use the CPU count returned by build/tools/proc_count.sh
# for building, it is too high (36 logical CPUs) and results in
# running out of memory, so limit ourselves to just 2 CPUs we're