relax host key checking

This commit is contained in:
Brendan McDevitt 2025-03-28 07:49:35 -05:00
parent 29bc591d5c
commit a331c6dac7

View file

@ -23,6 +23,7 @@ jobs:
ssh-key: ${{ secrets.TOKEN_NAME }} ssh-key: ${{ secrets.TOKEN_NAME }}
# If you have specific known hosts # If you have specific known hosts
ssh-known-hosts: git.mcdevitt.tech ssh-known-hosts: git.mcdevitt.tech
ssh-strict: false
- name: Setup Rust - name: Setup Rust
run: | run: |