From 51022ac3a580cc428afc9671669aa9a1810a4d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Old=C5=99ich=20Jedli=C4=8Dka?= Date: Tue, 1 Oct 2024 11:39:34 +0200 Subject: [PATCH] Allow testing tpm1 pin in CI build --- .github/workflows/install-dependencies | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/install-dependencies b/.github/workflows/install-dependencies index 987230d4..de8a9495 100755 --- a/.github/workflows/install-dependencies +++ b/.github/workflows/install-dependencies @@ -1,6 +1,7 @@ #!/bin/bash -ex COMMON="meson curl git make file bzip2 jose tang cryptsetup keyutils jq socat lsof ${CC}" +COMMON="${COMMON} swtpm-tools tpm-tools trousers" case "${DISTRO}" in debian:*|ubuntu:*)