Skip to content
Snippets Groups Projects
Unverified Commit ac3d79c2 authored by Dong-hee Na's avatar Dong-hee Na Committed by GitHub
Browse files

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

parent 83886261
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment