From a16d93090ddaf442fc02fc364630791605f3c363 Mon Sep 17 00:00:00 2001 From: Thomas Zeschg Date: Tue, 13 Jan 2026 11:06:13 +0100 Subject: [PATCH] chore: fix dependency to TPM simulator --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0001229..573380c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,5 @@ # -# Copyright (c) Siemens Mobility GmbH, 2022 +# Copyright (c) Siemens Mobility GmbH, 2022-2026 # # Author: Thomas Zeschg # @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v3 - name: Install TPM Simulator run: | - wget https://jaist.dl.sourceforge.net/project/ibmswtpm2/ibmtpm1682.tar.gz + wget -O ibmtpm1682.tar.gz https://sourceforge.net/projects/ibmswtpm2/files/ibmtpm1682.tar.gz/download mkdir tpm_simulator cd tpm_simulator tar -xf ../ibmtpm1682.tar.gz