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 d5a08f0 commit 9bdb0aeCopy full SHA for 9bdb0ae
.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
+ run: |
41
+ brew install pkg-config openssl@3.0 xz gdbm tcl-tk@8
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