summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2024-12-19 10:27:29 (GMT)
committerGitHub <noreply@github.com>2024-12-19 10:27:29 (GMT)
commit46dc1ba9c6e8b95635fa27607d01d6108d8f677e (patch)
treef15f85839f89a6acdc29ae6735ec036fb43ea953 /.github
parent48c70b8f7dfd00a018abbac50ea987f54fa4db51 (diff)
downloadcpython-46dc1ba9c6e8b95635fa27607d01d6108d8f677e.zip
cpython-46dc1ba9c6e8b95635fa27607d01d6108d8f677e.tar.gz
cpython-46dc1ba9c6e8b95635fa27607d01d6108d8f677e.tar.bz2
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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/reusable-macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/reusable-macos.yml b/.github/workflows/reusable-macos.yml
index 36ae3e2..6fa389b 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" \