Skip to content

Commit

Permalink
[#197] Added LD_LIBRARY_PATH env variable to link libgcrypt 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Aug 1, 2024
1 parent f3a26ce commit 30cc404
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ jobs:
&& ./configure
&& make install
&& ldconfig
&& echo "export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH" >> ~/.bashrc
&& echo "export LD_LIBRARY_PATH=/usr/local/lib/:/usr/local/include:$LD_LIBRARY_PATH" >> ~/.bashrc
&& source ~/.bashrc
# End Container Setup

- name: RHEL Build Script
Expand Down

0 comments on commit 30cc404

Please sign in to comment.