Skip to content

Commit

Permalink
pythongh-97032: Update GitHub Action to install tcl-tk for macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Sep 24, 2022
1 parent db39050 commit df75c62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ jobs:
PYTHONSTRICTEXTENSIONBUILD: 1
steps:
- uses: actions/checkout@v3
- name: Installing latest tkinter
run: |
brew update
brew brew install tcl-tk
- name: Prepare homebrew environment variables
run: |
echo "LDFLAGS=-L$(brew --prefix tcl-tk)/lib" >> $GITHUB_ENV
Expand Down

0 comments on commit df75c62

Please sign in to comment.