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