Skip to content

Commit

Permalink
+24
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 16, 2024
1 parent 0297d6e commit 7527297
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ jobs:
# Get-Service ssh-agent
# Get-Service ssh-agent | Select StartType
where.exe start-ssh-agent
start-ssh-agent
# where.exe start-ssh-agent
# start-ssh-agent
# Write-Host "ssh:"
# where.exe ssh
# Write-Host "ssh-add:"
# where.exe ssh-add
# Write-Host '-----'
# Get-Service -Name ssh-agent | Set-Service -StartupType Manual
# Start-Service -Name ssh-agent
Get-Service -Name ssh-agent | Set-Service -StartupType Manual
Start-Service -Name ssh-agent
git config --global core.sshCommand "'C:\\Windows\\System32\\OpenSSH\\ssh.exe'"
# Set Key File Variable:
Expand All @@ -61,7 +61,7 @@ jobs:
# Verify:
Icacls $Key
Write-Host 'Adding key $Key:'
Write-Host "Adding key $Key:"
ssh-add $Key
Write-Host '-----'
Expand Down

0 comments on commit 7527297

Please sign in to comment.