Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3aa0276

Browse files
committedFeb 1, 2025·
Another attempt to drop tcl/tk from macOS build
1 parent 8d2ba50 commit 3aa0276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/reusable-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
path: config.cache
4545
key: ${{ github.job }}-${{ matrix.os }}-${{ env.IMAGE_VERSION }}-${{ inputs.config_hash }}
4646
- name: Install Homebrew dependencies
47-
run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk
47+
run: brew install pkg-config openssl@3.0 xz gdbm
4848
- name: Configure CPython
4949
run: |
5050
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \

0 commit comments

Comments
 (0)
Please sign in to comment.