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