mirror of
https://github.com/fischermoseley/manta.git
synced 2026-09-01 18:36:56 +02:00
update windows CI builds again
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user