cardoe / ssh-agent-deploy-key

GitHub Action to setup ssh-agent and GitHub Deploy keys with private keys
MIT License
2 stars 1 forks source link

Windows error #263

Open nickfujita opened 3 weeks ago

nickfujita commented 3 weeks ago

Gave this a shot on windows-latest runner, but got the following error:

Run cardoe/ssh-agent-deploy-key@v1.0.6

Gathering utilities
Starting ssh-agent
  Running C:\Windows\System32\OpenSSH\ssh-agent.exe
  C:\Windows\System32\OpenSSH\ssh-agent.exe
  unable to start ssh-agent service, error :10[5](https://github.com/TreasureProject/flame/actions/runs/11554163610/job/32156807764#step:5:7)8
  Error: The process 'C:\Windows\System32\OpenSSH\ssh-agent.exe' failed with exit code 255
cardoe commented 17 hours ago

Sorry I missed this issue for so long. Looks like the path is wrong? Do you have that binary at that path?