Skip to content

Commit 87595a3

Browse files
committed
brew link tcl-tk@8
1 parent 63dbec4 commit 87595a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/reusable-macos.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
path: config.cache
3838
key: ${{ github.job }}-${{ inputs.os }}-${{ env.IMAGE_VERSION }}-${{ inputs.config_hash }}
3939
- name: Install Homebrew dependencies
40-
run: brew install pkg-config [email protected] xz gdbm tcl-tk@8 make
40+
run: |
41+
brew install pkg-config [email protected] xz gdbm tcl-tk@8 make
42+
brew link tcl-tk@8
4143
- name: Configure CPython
4244
run: |
4345
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \

0 commit comments

Comments
 (0)