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 93ad840 commit f3a26ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
&& ./configure
&& make install
&& ldconfig
&& export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH
&& echo "export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH" >> ~/.bashrc
# End Container Setup

- name: RHEL Build Script
Expand Down

0 comments on commit f3a26ce

Please sign in to comment.