update windows CI builds again
This commit is contained in:
parent
c21e1cb21a
commit
45da8ef4aa
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue