Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbrown2 authored Oct 3, 2023
1 parent 838083a commit 1fdc5f4
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 @@ -99,9 +99,7 @@ jobs:
cd /tmp/wolfssl/build;
cmake -DCMAKE_INSTALL_PREFIX=/home/runner/.local -DWOLFSSL_AESCCM=yes -DWOLFSSL_AESSIV=yes -DWOLFSSL_CMAC=yes ..;
cmake --build .;
echo $PATH;
ls /home/runner/.local;
export PATH=$PATH:/home/runner/.local;
export PATH=$PATH:/home/runner/.local/include/wolfssl;
make install;
# End Container Setup

Expand Down

0 comments on commit 1fdc5f4

Please sign in to comment.