Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ac3d79c

Browse files
authored
gh-97032: Set tkinter path for macOS CI (GH-97525)
1 parent 8388626 commit ac3d79c

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)