Skip to content

Commit e932faa

Browse files
committed
Drop tcl/tk in macOS build
1 parent f67489a commit e932faa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/reusable-macos.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ jobs:
5454
--with-pydebug \
5555
${{ inputs.free-threading && '--disable-gil' || '' }} \
5656
--prefix=/opt/python-dev \
57-
--with-openssl="$(brew --prefix [email protected])"
57+
--with-openssl="$(brew --prefix [email protected]) \
58+
--without-tcl \
59+
--without-tk"
5860
- name: Build CPython
5961
run: make -j4
6062
- name: Display build info

0 commit comments

Comments
 (0)