From: Darren Tucker Date: Mon, 5 May 2025 22:15:34 +0000 (+1000) Subject: New location of cygwin setup. X-Git-Tag: V_10_1_P1~318 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2480827b3ef6ec119965822afdff35d734b2dee;p=thirdparty%2Fopenssh-portable.git New location of cygwin setup. --- diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh index df70c96ec..e4c7b041a 100755 --- a/.github/setup_ci.sh +++ b/.github/setup_ci.sh @@ -192,7 +192,7 @@ while [ ! -z "$PACKAGES" ] && [ "$tries" -gt "0" ]; do fi ;; setup) - if /cygdrive/c/setup.exe -q -P `echo "$PACKAGES" | tr ' ' ,`; then + if /cygdrive/d/cygwin/setup.exe -q -P `echo "$PACKAGES" | tr ' ' ,`; then PACKAGES="" fi ;;