Update '.appveyor.yml'
Some checks reported errors
continuous-integration/appveyor/branch AppVeyor build cancelled

This commit is contained in:
Brychan Dempsey 2021-03-13 18:53:22 +13:00
parent b249700518
commit 109dc75eee

View File

@ -7,7 +7,7 @@ init:
$fileContent += "`n-----END OPENSSH PRIVATE KEY-----`n"
New-Item -Path c:\users\appveyor\.ssh\ -Type Directory
New-Item -Force -Path c:\users\appveyor\.ssh\ -Type Directory
Set-Content c:\users\appveyor\.ssh\id_ed25519 $fileContent
clone_script: