Skip to content

Commit

Permalink
gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with Gi…
Browse files Browse the repository at this point in the history
…tHub image's version (#128090)

brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version

Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
vstinner and hugovk authored Dec 19, 2024
1 parent 48c70b8 commit 46dc1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
brew install pkg-config [email protected] 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" \
Expand Down

0 comments on commit 46dc1ba

Please sign in to comment.