diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb0c1194664..ae099ee1dce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -158,7 +158,10 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install Homebrew dependencies - run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk + 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 - name: Configure CPython run: | CC=clang \