| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,10 @@ jobs: | |||
| 36 | 36 | path: config.cache | |
| 37 | 37 | key: ${{ github.job }}-${{ inputs.os }}-${{ env.IMAGE_VERSION }}-${{ inputs.config_hash }} | |
| 38 | 38 | - name: Install Homebrew dependencies | |
| 39 | - run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk | ||
| 39 | + run: | | ||
| 40 | + brew install pkg-config openssl@3.0 xz gdbm tcl-tk@8 | ||
| 41 | + # Because alternate versions are not symlinked into place by default: | ||
| 42 | + brew link tcl-tk@8 | ||
| 40 | 43 | - name: Configure CPython | |
| 41 | 44 | run: | | |
| 42 | 45 | GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments