We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f24da9 commit e43897cCopy full SHA for e43897c
.github/workflows/build.yml
@@ -185,7 +185,10 @@ jobs:
185
steps:
186
- uses: actions/checkout@v4
187
- name: Install Homebrew dependencies
188
- run: brew install pkg-config [email protected] xz gdbm tcl-tk
+ run: |
189
+ brew install pkg-config [email protected] xz gdbm tcl-tk@8
190
+ # Because alternate versions are not symlinked into place by default:
191
+ brew link tcl-tk@8
192
- name: Configure CPython
193
run: |
194
CPPFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
0 commit comments