accepts ssh fingerprint
Interp architectural test suite / Build and test interp backend (push) Failing after 1m31s
Details
Interp architectural test suite / Build and test interp backend (push) Failing after 1m31s
Details
This commit is contained in:
parent
eb98e7525f
commit
b157d916cb
|
@ -12,7 +12,7 @@ jobs:
|
|||
- name: Checkout TGC-COMPLIANCE
|
||||
run: |
|
||||
echo "${{ secrets.ACTRUNNER_PRIVATE_SSHKEY }}" > ssh_key
|
||||
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: |
|
||||
|
|
Loading…
Reference in New Issue