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 c37c6da commit 3a804b8Copy full SHA for 3a804b8
.github/workflows/Brewfile
@@ -1,5 +1,4 @@
1
brew "gdbm"
2
-brew "make"
3
brew "openssl@3.5"
4
brew "pkg-config"
5
brew "tcl-tk@9"
.github/workflows/reusable-macos.yml
@@ -39,6 +39,7 @@ jobs:
39
- name: Install Homebrew dependencies
40
run: |
41
brew bundle --file=.github/workflows/Brewfile
42
+ brew install make
43
- name: Configure CPython
44
45
MACOSX_DEPLOYMENT_TARGET=10.15 \
0 commit comments