Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cinghioGithub authored Mar 27, 2024
1 parent b09de9a commit bfec7a0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,7 @@ jobs:
submodules: recursive

- name: Install tss
run: |
sudo apt install -y pkg-config m4 libtool automake autoconf
git clone -n https://github.com/tpm2-software/tpm2-tss --branch v4.0.1 /tmp/tpm2-tss
cd /tmp/tpm2-tss
./bootstrap
sudo ./configure --prefix=/usr
sudo make -j$(nproc)
sudo make install
sudo ldconfig
run: sudo apt install -y tss2

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit bfec7a0

Please sign in to comment.