Skip to content

Commit

Permalink
ci: set LD_LIBRARY_PATH for openssl 3.0 build
Browse files Browse the repository at this point in the history
Fixes:

    /home/runner/work/libevent/libevent/build/test/.libs/regress: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory
  • Loading branch information
azat committed Jul 10, 2022
1 parent d84c885 commit fb54900
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,10 @@ jobs:
cd dist
archive=$(echo *.tar.gz)
cd $(basename $archive .tar.gz)
elif [ "${{ matrix.EVENT_MATRIX }}" == "OPENSSL_3" ]; then
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/tmp/openssl-3/install/lib
fi
cd build
make -j $JOBS verify
Expand Down

0 comments on commit fb54900

Please sign in to comment.