Skip to content

Commit

Permalink
[#144] CI for wolf build - round 3, omitting the make install command;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Sep 26, 2023
1 parent a750d90 commit ecbc0fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ jobs:
run: mkdir /tmp/wolfssl/build;
cd /tmp/wolfssl/build;
cmake -DWOLFSSL_AESCCM=yes -DWOLFSSL_AESSIV=yes -DWOLFSSL_CMAC=yes ..;
make install;
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/lib"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/tmp/wolfssl/build"
# End Container Setup

- name: Wolf Build Script
Expand Down

0 comments on commit ecbc0fe

Please sign in to comment.