update windows CI builds again

This commit is contained in:
Fischer Moseley 2023-04-13 18:45:11 -04:00
parent 45da8ef4aa
commit 2d647dce20
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ jobs:
- uses: actions/checkout@v3
- name: Add SSH Keys
run: |
mkdir $env:USERPROFILE\.ssh$
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