Add a bit more debug output.

This commit is contained in:
Darren Tucker 2022-08-19 15:12:57 +10:00
parent a9305c4c73
commit fd6ee741ab
1 changed files with 2 additions and 0 deletions

2
.github/setup_ci.sh vendored
View File

@ -4,11 +4,13 @@
case "`./config.guess`" in
*cygwin)
set -x
echo Setting CYGWIN sustem environment variable.
setx CYGWIN "binmode"
id
chmod -R go-rw /cygdrive/d/a
umask 077
set +x
;;
*-darwin*)
brew install automake