Skip to content

Commit 49edb99

Browse files
[3.11] gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version (GH-128090) (#129172)
1 parent a83a7cf commit 49edb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-macos.yml

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

0 commit comments

Comments
 (0)