8000 gh-97032: Set tkinter path for macOS CI · python/cpython@4dbb65d · GitHub
[go: up one dir, main page]

Skip to content

Commit 4dbb65d

Browse files
committed
gh-97032: Set tkinter path for macOS CI
1 parent 8388626 commit 4dbb65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
steps:
152152
- uses: actions/checkout@v3
153153
- name: Configure CPython
154-
run: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-dev
154+
run: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-dev --with-tcltk-includes=-I$(brew --prefix tcl-tk)/include --with-tcltk-libs="-L$(brew --prefix tcl-tk)/lib -ltcl8.6 -ltk8.6"
155155
- name: Build CPython
156156
run: make -j4
157157
- name: Display build info

0 commit comments

Comments
 (0)
0