diff --git a/.github/workflows/reusable-macos.yml b/.github/workflows/reusable-macos.yml index d626cebcc493f2..981a866156160e 100644 --- a/.github/workflows/reusable-macos.yml +++ b/.github/workflows/reusable-macos.yml @@ -41,7 +41,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" \