Skip to content

Commit

Permalink
pythongh-128069: Do not manually brew link Tcl/Tk to fix macOS CI fai…
Browse files Browse the repository at this point in the history
…lure
  • Loading branch information
lgeiger committed Dec 18, 2024
1 parent f802c8b commit 91b9e24
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/reusable-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ jobs:
path: config.cache
key: ${{ github.job }}-${{ inputs.os }}-${{ env.IMAGE_VERSION }}-${{ inputs.config_hash }}
- name: Install Homebrew dependencies
run: |
brew install pkg-config [email protected] xz gdbm tcl-tk@8 make
# Because alternate versions are not symlinked into place by default:
brew link tcl-tk@8
run: brew install pkg-config [email protected] xz gdbm tcl-tk@8 make
- name: Configure CPython
run: |
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
Expand Down

0 comments on commit 91b9e24

Please sign in to comment.