Skip to content

Commit

Permalink
Improve CMake test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed Feb 5, 2024
1 parent 6d10ffc commit 5c863ce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cmake-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@ jobs:
mkdir build
cd build
cmake -DWOLFSSL_TPM=yes ..
make
sudo make install
cmake --build .
cmake --install .
#build wolftpm
- name: Build wolfTPM
run: |
mkdir build
cd build
cmake -DWOLFTPM_INTERFACE=SWTPM ..
make
cmake --build .
cmake --install .

0 comments on commit 5c863ce

Please sign in to comment.