Skip to content

Commit f00cb87

Browse files
committed
fixup! ui-tests: verify that interrupting clones via SSH works
1 parent 043730d commit f00cb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: |
9999
mkdir -p "$RUNNER_TEMP/win32-openssh" &&
100100
"$WINDIR/system32/tar.exe" -C "$RUNNER_TEMP/win32-openssh" -xf "$RUNNER_TEMP/win32-openssh.zip" &&
101-
echo "OPENSSH_FOR_WINDOWS_DIRECTORY=$(cygpath -aw "$RUNNER_TEMP/win32-openssh)" >>$GITHUB_ENV
101+
echo "OPENSSH_FOR_WINDOWS_DIRECTORY=$(cygpath -aw "$RUNNER_TEMP/win32-openssh")" >>$GITHUB_ENV
102102
103103
- uses: actions/checkout@v4
104104
with:

0 commit comments

Comments
 (0)