Skip to content

Commit

Permalink
Revert "fixup: install SSH client on windows"
Browse files Browse the repository at this point in the history
This reverts commit ffc12ff.
  • Loading branch information
matejvasek committed Oct 3, 2023
1 parent 3a51afe commit 854d6cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
echo "/usr/local/bin" >> $GITHUB_PATH
echo "$(brew --prefix)/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
- name: Install SSH client on Windows
if: matrix.os == 'windows-latest'
shell: pwsh
run: "Add-WindowsCapability -Online -Name OpenSSH.Client*"
- run: git config --global core.autocrlf false
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down

0 comments on commit 854d6cd

Please sign in to comment.