Skip to content

Commit ab946fd

Browse files
committed
gh-28069: Do not manually brew link Tcl/Tk to fix macOS CI failure
1 parent f802c8b commit ab946fd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/reusable-macos.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ jobs:
3939
path: config.cache
4040
key: ${{ github.job }}-${{ inputs.os }}-${{ env.IMAGE_VERSION }}-${{ inputs.config_hash }}
4141
- name: Install Homebrew dependencies
42-
run: |
43-
brew install pkg-config [email protected] xz gdbm tcl-tk@8 make
44-
# Because alternate versions are not symlinked into place by default:
45-
brew link tcl-tk@8
42+
run: brew install pkg-config [email protected] xz gdbm tcl-tk@8 make
4643
- name: Configure CPython
4744
run: |
4845
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \

0 commit comments

Comments
 (0)