gh-97032: Set tkinter path for macOS CI (GH-97525)

This commit is contained in:
Dong-hee Na 2022-09-25 04:31:12 +09:00 committed by GitHub
parent 83886261fa
commit ac3d79c2a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,7 +151,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Configure CPython
run: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-dev
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"
- name: Build CPython
run: make -j4
- name: Display build info