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 1f73b98 commit b09de9a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
- name: Install tss
run: |
sudo apt install -y pkg-config m4 libtool automake autoconf
git clone -n https://github.com/tpm2-software/tpm2-tss /tmp/tss-source
cd /tmp/tss-source
git checkout v4.0.1
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)
Expand Down

0 comments on commit b09de9a

Please sign in to comment.