From: Darren Tucker Date: Thu, 17 Apr 2025 22:14:16 +0000 (+1000) Subject: cygwin-install-action now puts setup.exe on D: X-Git-Tag: V_10_1_P1~332 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c627b468d3b99e487e2b24c90958ae57e633d681;p=thirdparty%2Fopenssh-portable.git cygwin-install-action now puts setup.exe on D: --- 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 ;;