We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0b642 commit 307a762Copy full SHA for 307a762
.github/workflows/build.yml
@@ -158,7 +158,10 @@ jobs:
158
steps:
159
- uses: actions/checkout@v4
160
- name: Install Homebrew dependencies
161
- run: brew install pkg-config [email protected] xz gdbm tcl-tk
+ run: |
162
+ brew install pkg-config [email protected] xz gdbm tcl-tk@8
163
+ # Because alternate versions are not symlinked into place by default:
164
+ brew link tcl-tk@8
165
- name: Configure CPython
166
run: |
167
CC=clang \
0 commit comments