Skip to content

Commit

Permalink
[#144] CI for wolf build - set LD_LIBRARY_PATH to wolfssl build direc…
Browse files Browse the repository at this point in the history
…tory;
  • Loading branch information
jlucas9 committed Sep 26, 2023
1 parent ecbc0fe commit 5acf258
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,6 @@ jobs:

- name: Wolf Build Script
working-directory: ${{github.workspace}}
run: bash ${GITHUB_WORKSPACE}/support/scripts/build_wolf.sh
run: bash ${GITHUB_WORKSPACE}/support/scripts/build_wolf.sh
env:
LD_LIBRARY_PATH: /tmp/wolfssl/build

0 comments on commit 5acf258

Please sign in to comment.