update windows CI builds again

This commit is contained in:
Fischer Moseley 2023-04-13 18:43:16 -04:00
parent c21e1cb21a
commit 45da8ef4aa
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ jobs:
- uses: actions/checkout@v3
- name: Add SSH Keys
run: |
mkdir $env:USERPROFILE\.ssh$
echo "$env:LAB_BC_KNOWN_HOSTS" > $env:USERPROFILE\.ssh\known_hosts
echo "$env:LAB_BC_PRIVATE_KEY" > $env:USERPROFILE\.ssh\id_rsa
chmod 600 $env:USERPROFILE\.ssh\id_rsa