Skip to content

Commit 825b83d

Browse files
miss-islingtonvstinnerhugovk
authored
[3.12] gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version (GH-128090) (#128125)
gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version (GH-128090) brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version (cherry picked from commit 46dc1ba) Co-authored-by: Victor Stinner <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 6def693 commit 825b83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
brew install pkg-config [email protected] xz gdbm tcl-tk@8
4343
# Because alternate versions are not symlinked into place by default:
44-
brew link tcl-tk@8
44+
brew link --overwrite tcl-tk@8
4545
- name: Configure CPython
4646
run: |
4747
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \

0 commit comments

Comments
 (0)