Skip to content

Commit d67e157

Browse files
committed
gh-97032: Update GitHub Action to install tcl-tk for macOS CI
1 parent db39050 commit d67e157

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ jobs:
156156
PYTHONSTRICTEXTENSIONBUILD: 1
157157
steps:
158158
- uses: actions/checkout@v3
159+
- name: Install tck-tk
160+
run: |
161+
brew update
162+
brew install tcl-tk
159163
- name: Prepare homebrew environment variables
160164
run: |
161165
echo "LDFLAGS=-L$(brew --prefix tcl-tk)/lib" >> $GITHUB_ENV

0 commit comments

Comments
 (0)