Update build_all.yml

This commit is contained in:
Timerix22 2024-01-06 21:42:55 +06:00 committed by GitHub
parent c12dd56fc0
commit 454c070eea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,7 @@ jobs:
env:
SSH_FINGERPRINT: ${{secrets.SSH_FINGERPRINT}}
run: |
mkdir -p ~/.ssh
echo "$SSH_FINGERPRINT" >> ~/.ssh/known_hosts
shell: bash