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 e33b6fc commit 7f71003Copy full SHA for 7f71003
.github/workflows/reusable-macos.yml
@@ -37,7 +37,10 @@ jobs:
37
path: config.cache
38
key: ${{ github.job }}-${{ matrix.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