From 91b9e24063695c512d2651e757a86891484f7d96 Mon Sep 17 00:00:00 2001 From: Lukas Geiger Date: Wed, 18 Dec 2024 21:50:07 +0000 Subject: [PATCH] gh-128069: Do not manually brew link Tcl/Tk to fix macOS CI failure --- .github/workflows/reusable-macos.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/reusable-macos.yml b/.github/workflows/reusable-macos.yml index 36ae3e27207e37..68d116fc92846f 100644 --- a/.github/workflows/reusable-macos.yml +++ b/.github/workflows/reusable-macos.yml @@ -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 openssl@3.0 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 openssl@3.0 xz gdbm tcl-tk@8 make - name: Configure CPython run: | GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \