We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2ba50 commit 3aa0276Copy full SHA for 3aa0276
.github/workflows/reusable-macos.yml
@@ -44,7 +44,7 @@ jobs:
44
path: config.cache
45
key: ${{ github.job }}-${{ matrix.os }}-${{ env.IMAGE_VERSION }}-${{ inputs.config_hash }}
46
- name: Install Homebrew dependencies
47
- run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk
+ run: brew install pkg-config openssl@3.0 xz gdbm
48
- name: Configure CPython
49
run: |
50
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
0 commit comments