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

Skip to content

Commit 09b15b2

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

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 --with-tcltk-includes=-I$(brew --prefix tcl-tk)/include/ --with-tcltk-libs=-L$(brew --prefix tcl-tk)/lib/ --prefix=/opt/python-dev
155155
- name: Build CPython
156156
run: make -j4
157157
- name: Display build info

0 commit comments

Comments
 (0)
0