Skip to content

Commit 05fa320

Browse files
committed
fixup! fixup! ui-tests: verify that interrupting clones via SSH works
1 parent b1b4aba commit 05fa320

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ui-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,8 @@ jobs:
9999
- name: Unpack Win32-OpenSSH
100100
shell: bash
101101
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
102+
"$WINDIR/system32/tar.exe" -C "$RUNNER_TEMP" -xvf "$RUNNER_TEMP/win32-openssh.zip" &&
103+
echo "OPENSSH_FOR_WINDOWS_DIRECTORY=$(cygpath -aw "$RUNNER_TEMP/OpenSSH-Win64")" >>$GITHUB_ENV
105104
106105
- uses: actions/checkout@v4
107106
with:

0 commit comments

Comments
 (0)