mirror of
https://github.com/stefanberger/libtpms
synced 2025-12-31 11:12:04 +00:00
ci: Run 'apt update' before 'apt install'
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
5da0738636
commit
e79d68e2d9
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -50,6 +50,7 @@ jobs:
|
||||
sudo make install
|
||||
git clone https://github.com/stefanberger/swtpm.git
|
||||
pushd swtpm
|
||||
sudo apt -y update
|
||||
sudo apt -y install devscripts equivs python3-twisted expect \
|
||||
libtasn1-dev socat findutils gnutls-dev gnutls-bin tss2 \
|
||||
libjson-glib-dev libseccomp-dev
|
||||
|
||||
Loading…
Reference in New Issue
Block a user