Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit307a762

Browse files
authored
[3.9]gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) (#127409)
1 parentfb0b642 commit307a762

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,10 @@ jobs:
158158
steps:
159159
-uses:actions/checkout@v4
160160
-name:Install Homebrew dependencies
161-
run:brew install pkg-config openssl@3.0 xz gdbm tcl-tk
161+
run:|
162+
brew install pkg-config openssl@3.0 xz gdbm tcl-tk@8
163+
# Because alternate versions are not symlinked into place by default:
164+
brew link tcl-tk@8
162165
-name:Configure CPython
163166
run:|
164167
CC=clang \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp