update windows CI builds again
This commit is contained in:
parent
45da8ef4aa
commit
2d647dce20
|
|
@ -71,7 +71,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Add SSH Keys
|
- name: Add SSH Keys
|
||||||
run: |
|
run: |
|
||||||
mkdir $env:USERPROFILE\.ssh$
|
mkdir $env:USERPROFILE\.ssh
|
||||||
echo "$env:LAB_BC_KNOWN_HOSTS" > $env:USERPROFILE\.ssh\known_hosts
|
echo "$env:LAB_BC_KNOWN_HOSTS" > $env:USERPROFILE\.ssh\known_hosts
|
||||||
echo "$env:LAB_BC_PRIVATE_KEY" > $env:USERPROFILE\.ssh\id_rsa
|
echo "$env:LAB_BC_PRIVATE_KEY" > $env:USERPROFILE\.ssh\id_rsa
|
||||||
chmod 600 $env:USERPROFILE\.ssh\id_rsa
|
chmod 600 $env:USERPROFILE\.ssh\id_rsa
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue