8000
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 73feeee commit 6cd59bbCopy full SHA for 6cd59bb
.github/workflows/reusable-macos.yml
@@ -37,7 +37,10 @@ jobs:
37
path: config.cache
38
key: ${{ github.job }}-${{ inputs.os }}-${{ env.IMAGE_VERSION }}-${{ inputs.config_hash }}
39
- name: Install Homebrew dependencies
40
- run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk make
+ run: |
41
+ brew install pkg-config openssl@3.0 xz gdbm tcl-tk@8 make
42
+ # Because alternate versions are not symlinked into place by default:
43
+ brew link tcl-tk@8
44
- name: Configure CPython
45
run: |
46
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
0 commit comments