[openssh-commits] [openssh] 02/02: cygwin-install-action now puts setup.exe on D:

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Apr 18 08:16:10 AEST 2025


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit c627b468d3b99e487e2b24c90958ae57e633d681
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Fri Apr 18 08:14:16 2025 +1000

    cygwin-install-action now puts setup.exe on D:
---
 .github/setup_ci.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index f6c4a5c84..05ac755a7 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -184,7 +184,7 @@ while [ ! -z "$PACKAGES" ] && [ "$tries" -gt "0" ]; do
 	fi
 	;;
     setup)
-	if /cygdrive/c/setup.exe -q -P `echo "$PACKAGES" | tr ' ' ,`; then
+	if /cygdrive/d/setup.exe -q -P `echo "$PACKAGES" | tr ' ' ,`; then
 		PACKAGES=""
 	fi
 	;;

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list