We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b4aba commit 05fa320Copy full SHA for 05fa320
.github/workflows/ui-tests.yml
@@ -99,9 +99,8 @@ jobs:
99
- name: Unpack Win32-OpenSSH
100
shell: bash
101
run: |
102
- mkdir -p "$RUNNER_TEMP/win32-openssh" &&
103
- "$WINDIR/system32/tar.exe" -C "$RUNNER_TEMP/win32-openssh" -xf "$RUNNER_TEMP/win32-openssh.zip" &&
104
- echo "OPENSSH_FOR_WINDOWS_DIRECTORY=$(cygpath -aw "$RUNNER_TEMP/win32-openssh")" >>$GITHUB_ENV
+ "$WINDIR/system32/tar.exe" -C "$RUNNER_TEMP" -xvf "$RUNNER_TEMP/win32-openssh.zip" &&
+ echo "OPENSSH_FOR_WINDOWS_DIRECTORY=$(cygpath -aw "$RUNNER_TEMP/OpenSSH-Win64")" >>$GITHUB_ENV
105
106
- uses: actions/checkout@v4
107
with:
0 commit comments