next debug
Interp architectural test suite / Build and test interp backend (push) Failing after 6m7s Details

This commit is contained in:
Eyck-Alexander Jentzsch 2024-03-24 12:04:58 +01:00
parent 070f179ca8
commit afff028374
1 changed files with 1 additions and 2 deletions

View File

@ -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: |