We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c462e commit f3284cbCopy full SHA for f3284cb
.appveyor.yml
@@ -222,7 +222,7 @@ for:
222
- cd ${TKDND_HOME}
223
- export OLD_HOME=${HOME}
224
- export HOME=${TKDND_HOME}
225
- - bash macosx/wrongbrew.sh install --ignore-dependencies tcl-tk@9
+ - bash macosx/wrongbrew.sh install --skip-recommended tcl-tk@9
226
- export HOME=${OLD_HOME}
227
- export TCL_VERSION=`echo 'puts [info tclversion]' | tclsh`
228
- export BUILD_FILENAME_TAG="-macOS-tcl${TCL_VERSION}-${PLATFORM_CPU_ARCH}-${PLATFORM}-${PLATFORM_OS_VERSION}"
0 commit comments