From: Petr Vorel <petr.vorel@xxxxxxxxx> At least on Tumbleweed build fails due openSSL 3.0.7 being installed from package. Signed-off-by: Petr Vorel <pvorel@xxxxxxx> --- Tested: https://github.com/pevik/ima-evm-utils/actions/runs/4177940689 tests/install-swtpm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/install-swtpm.sh b/tests/install-swtpm.sh index 51aa377..de9b5c7 100755 --- a/tests/install-swtpm.sh +++ b/tests/install-swtpm.sh @@ -9,7 +9,7 @@ else SUDO=sudo fi -version=1637 +version=1682 wget --no-check-certificate https://sourceforge.net/projects/ibmswtpm2/files/ibmtpm${version}.tar.gz/download mkdir ibmtpm$version -- 2.39.1