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 41b5466 commit 3b95f7f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,7 @@ jobs:

- name: RHEL Build Script
working-directory: ${{github.workspace}}
run: >
source ~/.bashrc
&& ${GITHUB_WORKSPACE}/support/scripts/build_rhel.sh
run: source ~/.bashrc && ${GITHUB_WORKSPACE}/support/scripts/build_rhel.sh

- name: Code-Coverage
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit 3b95f7f

Please sign in to comment.