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 8a433b6 commit 439a329Copy full SHA for 439a329
.github/workflows/reusable-macos.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
brew install pkg-config openssl@3.0 xz gdbm tcl-tk@8 make
44
# Because alternate versions are not symlinked into place by default:
45
- brew link tcl-tk@8
+ brew link --overwrite tcl-tk@8
46
- name: Configure CPython
47
48
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
0 commit comments