Skip to content

Commit f3284cb

Browse files
committed
Appveyor Fixes (macOS arm64 binaries)
1 parent a3c462e commit f3284cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ for:
222222
- cd ${TKDND_HOME}
223223
- export OLD_HOME=${HOME}
224224
- export HOME=${TKDND_HOME}
225-
- bash macosx/wrongbrew.sh install --ignore-dependencies tcl-tk@9
225+
- bash macosx/wrongbrew.sh install --skip-recommended tcl-tk@9
226226
- export HOME=${OLD_HOME}
227227
- export TCL_VERSION=`echo 'puts [info tclversion]' | tclsh`
228228
- export BUILD_FILENAME_TAG="-macOS-tcl${TCL_VERSION}-${PLATFORM_CPU_ARCH}-${PLATFORM}-${PLATFORM_OS_VERSION}"

0 commit comments

Comments
 (0)