From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 22 Jan 2025 12:25:24 +0000 (+0100) Subject: [3.11] gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub... X-Git-Tag: v3.11.12~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49edb990a5648b587c2aa0e6fadfd6d1e3ce9ee5;p=thirdparty%2FPython%2Fcpython.git [3.11] gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version (GH-128090) (#129172) --- diff --git a/.github/workflows/reusable-macos.yml b/.github/workflows/reusable-macos.yml index 96878ae6b6bf..997f120fc9ab 100644 --- a/.github/workflows/reusable-macos.yml +++ b/.github/workflows/reusable-macos.yml @@ -40,7 +40,7 @@ jobs: run: | brew install pkg-config openssl@3.0 xz gdbm tcl-tk@8 # Because alternate versions are not symlinked into place by default: - brew link tcl-tk@8 + brew link --overwrite tcl-tk@8 - name: Configure CPython run: | GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \