mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
[3.10] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) (#127408)
This commit is contained in:
parent
5f24da9d75
commit
e43897c340
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -185,7 +185,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Homebrew dependencies
|
||||
run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk
|
||||
run: |
|
||||
brew install pkg-config openssl@3.0 xz gdbm tcl-tk@8
|
||||
# Because alternate versions are not symlinked into place by default:
|
||||
brew link tcl-tk@8
|
||||
- name: Configure CPython
|
||||
run: |
|
||||
CPPFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue