]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Jan 2025 12:25:24 +0000 (13:25 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Jan 2025 12:25:24 +0000 (12:25 +0000)
.github/workflows/reusable-macos.yml

index 96878ae6b6bf0300184508e50e8bf080ea0bc4e6..997f120fc9abbbba9e154f8da4d9002567297d9b 100644 (file)
@@ -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" \