Skip to content

Commit

Permalink
fix(ci): add build deps setuptools>=61
Browse files Browse the repository at this point in the history
Signed-off-by: Goetz Goerisch <[email protected]>
  • Loading branch information
GoetzGoerisch committed Nov 10, 2024
1 parent 3bc0ae2 commit 0216a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
sudo ldconfig
sudo udevadm control --reload-rules && sudo udevadm trigger
sudo apt-get install -y -qq tpm2-tools opensc
sudo pip3 install tpm2-pytss
sudo pip3 install setuptools>=61 tpm2-pytss
cd ${HOME}
git clone https://github.com/tpm2-software/tpm2-pkcs11.git
cd ${HOME}/tpm2-pkcs11
Expand Down

0 comments on commit 0216a45

Please sign in to comment.