Skip to content

Commit d248082

Browse files
committed
New location of cygwin setup.
1 parent 57eb87b commit d248082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/setup_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ while [ ! -z "$PACKAGES" ] && [ "$tries" -gt "0" ]; do
192192
fi
193193
;;
194194
setup)
195-
if /cygdrive/c/setup.exe -q -P `echo "$PACKAGES" | tr ' ' ,`; then
195+
if /cygdrive/d/cygwin/setup.exe -q -P `echo "$PACKAGES" | tr ' ' ,`; then
196196
PACKAGES=""
197197
fi
198198
;;

0 commit comments

Comments
 (0)