From: Victor Stinner Date: Thu, 19 Dec 2024 10:27:29 +0000 (+0100) Subject: gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's... X-Git-Tag: v3.14.0a4~242 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46dc1ba9c6e8b95635fa27607d01d6108d8f677e;p=thirdparty%2FPython%2Fcpython.git gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version (#128090) brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- diff --git a/.github/workflows/reusable-macos.yml b/.github/workflows/reusable-macos.yml index 36ae3e27207e..6fa389b2d66e 100644 --- a/.github/workflows/reusable-macos.yml +++ b/.github/workflows/reusable-macos.yml @@ -42,7 +42,7 @@ jobs: 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 + brew link --overwrite tcl-tk@8 - name: Configure CPython run: | GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \