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

Commite43897c

Browse files
authored
[3.10]gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) (#127408)
1 parent5f24da9 commite43897c

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
@@ -185,7 +185,10 @@ jobs:
185185
steps:
186186
-uses:actions/checkout@v4
187187
-name:Install Homebrew dependencies
188-
run:brew install pkg-config openssl@3.0 xz gdbm tcl-tk
188+
run:|
189+
brew install pkg-config openssl@3.0 xz gdbm tcl-tk@8
190+
# Because alternate versions are not symlinked into place by default:
191+
brew link tcl-tk@8
189192
-name:Configure CPython
190193
run:|
191194
CPPFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp