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:*)