From afff028374e00fc3611ffb740a0c98eec7f6d556 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Sun, 24 Mar 2024 12:04:58 +0100 Subject: [PATCH] next debug --- .gitea/workflows/interp_act.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/interp_act.yaml b/.gitea/workflows/interp_act.yaml index af7548f..3f1bb9b 100644 --- a/.gitea/workflows/interp_act.yaml +++ b/.gitea/workflows/interp_act.yaml @@ -13,8 +13,7 @@ jobs: run: | echo "${{ secrets.ACTRUNNER_PRIVATE_SSHKEY }}" > ssh_key chmod 600 ssh_key - ssh-keyscan git.minres.com >> ~/.ssh/known_hosts - git clone --recursive -c core.sshCommand="/usr/bin/ssh -i ssh_key" ssh://git@git.minres.com:2221/TGFS/TGC-COMPLIANCE.git + git clone --recursive -c core.sshCommand="/usr/bin/ssh -i ssh_key -o StrictHostKeyChecking=accept-new" ssh://git@git.minres.com:2221/TGFS/TGC-COMPLIANCE.git - name: Build tgc-sim executable run: |