]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's...
authorVictor Stinner <vstinner@python.org>
Thu, 19 Dec 2024 10:27:29 +0000 (11:27 +0100)
committerGitHub <noreply@github.com>
Thu, 19 Dec 2024 10:27:29 +0000 (10:27 +0000)
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>
.github/workflows/reusable-macos.yml

index 36ae3e27207e371824bd6ae6036fa214d55a9a5f..6fa389b2d66e5eddd8720d84a691b7a2b2533752 100644 (file)
@@ -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" \