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 a83a7cf commit 49edb99Copy full SHA for 49edb99
.github/workflows/reusable-macos.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
brew install pkg-config [email protected] xz gdbm tcl-tk@8
42
# Because alternate versions are not symlinked into place by default:
43
- brew link tcl-tk@8
+ brew link --overwrite tcl-tk@8
44
- name: Configure CPython
45
46
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
0 commit comments