We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87595a3 commit 8b61ff3Copy full SHA for 8b61ff3
.github/workflows/reusable-macos.yml
@@ -39,6 +39,7 @@ jobs:
39
- name: Install Homebrew dependencies
40
run: |
41
brew install pkg-config [email protected] xz gdbm tcl-tk@8 make
42
+ # Because alternate versions are not symlinked into place by default:
43
brew link tcl-tk@8
44
- name: Configure CPython
45
0 commit comments