Skip to content

Commit 7a7cc3c

Browse files
committed
Cygwin install in back on D:
1 parent 6ab8133 commit 7a7cc3c

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/d/setup.exe -q -P `echo "$PACKAGES" | tr ' ' ,`; then
195+
if /cygdrive/c/setup.exe -q -P `echo "$PACKAGES" | tr ' ' ,`; then
196196
PACKAGES=""
197197
fi
198198
;;

0 commit comments

Comments
 (0)