Skip to content

Commit

Permalink
pythongh-97032: Set tkinter path for macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Sep 24, 2022
1 parent 8388626 commit 09b15b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 --with-tcltk-includes=-I$(brew --prefix tcl-tk)/include/ --with-tcltk-libs=-L$(brew --prefix tcl-tk)/lib/ --prefix=/opt/python-dev
- name: Build CPython
run: make -j4
- name: Display build info
Expand Down

0 comments on commit 09b15b2

Please sign in to comment.